initial wip theme

This commit is contained in:
Matthew Hodgson 2017-10-20 18:43:06 +01:00
parent 6fa2d35630
commit cd31e6532b
5 changed files with 170 additions and 9 deletions

View file

@ -1,3 +1,9 @@
/* Open Sans lacks combining diacritics, so these will fall through
to the next font. Helevetica's diacritics however do not combine
nicely with Open Sans (on OSX, at least) and result in a huge
horizontal mess. Arial empirically gets it right, hence prioritising
Arial here. */
$font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
// typical text (dark-on-white in light skin)
$primary-fg-color: #454545;