actually pull in open-sans, move fonts to own include
parent
a5f9b49bfb
commit
92d3b1a9fc
@ -0,0 +1,9 @@
|
|||||||
|
.font-neuropolitical () {
|
||||||
|
@font-face {
|
||||||
|
font-family: Neuropolitical;
|
||||||
|
src: url(./customize/fonts/neuropolitical.ttf)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.font-open-sans () {
|
||||||
|
@import (once) '/customize/fonts/open-sans.less';
|
||||||
|
}
|
Loading…
Reference in New Issue