add Open Sans font (with bower)

This commit is contained in:
Pierre Bondoerffer
2017-08-10 15:05:57 +02:00
parent 8efac4e661
commit 04b84538e1
3 changed files with 137 additions and 1 deletions

View File

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