diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-21 17:19:56 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-21 17:19:56 +0300 |
| commit | 97bb03a00c6c200ad0cfe6b1b4bf11a9b4352514 (patch) | |
| tree | 9921bdffcabae8248a3deba1ebf3315d30f65396 | |
| parent | bf84a87821e63774340cbff9e4356d1b30d415b7 (diff) | |
Fix consistency in font families between chromium and ff
| -rw-r--r-- | src/App.scss | 3 | ||||
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 3ba79f3f..39bb34de 100644 --- a/src/App.scss +++ b/src/App.scss @@ -37,7 +37,8 @@ button{ border-bottom: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px black; font-size: 14px; - + font-family: sans; + &:hover { box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); } diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 9c13fd99..dbd0d948 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -55,7 +55,7 @@ font-size: 14px; min-width: 6em; border-radius: 5px; - font-family: arial; + font-family: sans; text-align: center; padding: 0 0.5em 0 0.5em; opacity: 0.8; |
