You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
264 B

  1. .font_main () {
  2. --LessLoader_require: LessLoader_currentFile();
  3. }
  4. // Fonts need to go on the global scope
  5. @font-face {
  6. font-family: Neuropolitical;
  7. src: url("/customize/fonts/neuropolitical.ttf");
  8. }
  9. @import (once) '/customize/fonts/open-sans.less';