initial wip theme
This commit is contained in:
parent
6fa2d35630
commit
cd31e6532b
5 changed files with 170 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue