proper namespace for font

This commit is contained in:
Pierre Bondoerffer
2017-08-11 14:14:58 +02:00
parent 0f74dffc48
commit b00d37d9e7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
.font-neuropolitical () {
.font_neuropolitical () {
@font-face {
font-family: Neuropolitical;
src: url(./customize/fonts/neuropolitical.ttf)
}
}
.font-open-sans () {
.font_open-sans () {
@import (once) '/customize/fonts/open-sans.less';
}