13 lines
264 B
Plaintext
Raw Normal View History

2018-07-14 15:15:23 +02:00
.font_main () {
--LessLoader_require: LessLoader_currentFile();
}
2018-07-14 15:15:23 +02:00
// Fonts need to go on the global scope
@font-face {
font-family: Neuropolitical;
src: url("/customize/fonts/neuropolitical.ttf");
}
2018-07-14 15:15:23 +02:00
2018-07-18 14:31:01 +02:00
@import (once) '/customize/fonts/open-sans.less';