aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-06-21 17:19:56 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-06-21 17:19:56 +0300
commit97bb03a00c6c200ad0cfe6b1b4bf11a9b4352514 (patch)
tree9921bdffcabae8248a3deba1ebf3315d30f65396 /src/components/timeline/timeline.vue
parentbf84a87821e63774340cbff9e4356d1b30d415b7 (diff)
Fix consistency in font families between chromium and ff
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
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;