diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
| commit | c7502ef8e03274282712fd03847b3088ee860981 (patch) | |
| tree | 23067cc30105911d0b11e75c16efa7bc104ceac4 /res/css/partials/reset.scss | |
| parent | f92ea38fff179613edb543b6435750c0ed64e573 (diff) | |
fixed broken fonts, div positioning and search bar drop shadow
Diffstat (limited to 'res/css/partials/reset.scss')
| -rw-r--r-- | res/css/partials/reset.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/partials/reset.scss b/res/css/partials/reset.scss index 86e14741..1a2e6b39 100644 --- a/res/css/partials/reset.scss +++ b/res/css/partials/reset.scss @@ -20,8 +20,8 @@ time, mark, audio, video { padding: 0; border: 0; font-size: 100%; - font: inherit; - font-family: 'Source Sans Pro', sans-serif; + /*font: inherit; */ + font-family: $base-font-family; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ |
