2018-07-14 15:15:23 +02:00
|
|
|
.font_main () {
|
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
2017-08-11 14:10:54 +02:00
|
|
|
}
|
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");
|
2017-08-11 14:10:54 +02:00
|
|
|
}
|
2018-07-14 15:15:23 +02:00
|
|
|
|
|
|
|
|
@import (once) '/customize/fonts/open-sans.less';
|