cryptpad/customize.dist/src/less2/include/font.less

19 lines
405 B
Plaintext
Raw Normal View History

2018-07-14 13:15:23 +00:00
.font_main () {
--LessLoader_require: LessLoader_currentFile();
}
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");
}
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';