BioTorrents.de’s version of Gazelle
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.

development.scss 442B

12345678910111213141516
  1. body {
  2. font-family: $ComicNeue, sans-serif !important;
  3. }
  4. b,
  5. strong {
  6. font-family: $ComicNeueBold, sans-serif !important;
  7. font-weight: normal !important;
  8. }
  9. /* Font Awesome exception to the Comic Sans rule */
  10. i:not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas),
  11. em:not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
  12. font-family: $ComicNeueItalic, sans-serif !important;
  13. font-style: normal !important;
  14. }