actually pull in open-sans, move fonts to own include

This commit is contained in:
Pierre Bondoerffer
2017-08-11 14:10:54 +02:00
parent a5f9b49bfb
commit 92d3b1a9fc
3 changed files with 15 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
@font-face {
font-family: Neuropolitical;
src: url(./customize/fonts/neuropolitical.ttf)
}
@import (once) '/customize/fonts/open-sans.less';
@import (once) './include/font.less';
.font-neuropolitical();
.font-open-sans();
body.cp-page-index { @import "./pages/page-index.less"; }
body.cp-page-contact { @import "./pages/page-contact.less"; }