proper namespace for font

This commit is contained in:
Pierre Bondoerffer 2017-08-11 14:14:58 +02:00
parent 0f74dffc48
commit b00d37d9e7
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
@toolbar-green: #5cb85c; @toolbar-green: #5cb85c;
.font-open-sans(); .font_open-sans();
.alertify_main(); .alertify_main();

View File

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

View File

@ -1,6 +1,6 @@
@import (once) './include/font.less'; @import (once) './include/font.less';
.font-neuropolitical(); .font_neuropolitical();
.font-open-sans(); .font_open-sans();
body.cp-page-index { @import "./pages/page-index.less"; } body.cp-page-index { @import "./pages/page-index.less"; }
body.cp-page-contact { @import "./pages/page-contact.less"; } body.cp-page-contact { @import "./pages/page-contact.less"; }