2018-07-14 13:15:23 +00:00
|
|
|
.font_main () {
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
2017-08-11 12:10:54 +00:00
|
|
|
}
|
2018-07-14 13:15:23 +00:00
|
|
|
|
|
|
|
// Fonts need to go on the global scope
|
|
|
|
@font-face {
|
|
|
|
font-family: Neuropolitical;
|
|
|
|
src: url("/customize/fonts/neuropolitical.ttf");
|
2017-08-11 12:10:54 +00:00
|
|
|
}
|
2018-07-14 13:15:23 +00:00
|
|
|
|
2018-07-28 09:37:38 +00:00
|
|
|
// Fonts need to go on the global scope
|
|
|
|
@font-tools {
|
|
|
|
font-family: CryptPadTools;
|
|
|
|
src: url("/customize/fonts/cryptpadtools.ttf");
|
|
|
|
}
|
|
|
|
|
2018-07-18 12:31:01 +00:00
|
|
|
@import (once) '/customize/fonts/open-sans.less';
|
|
|
|
|