diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-28 12:58:40 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-28 12:58:40 -0800 |
commit | 493fcd8f5cee5a5ed7ebee4c4b94594465da09d5 (patch) | |
tree | 09e5b6bec9681d3b7e7c25a3be9f0c6276cbb158 /options.css | |
parent | 92a2cc3d19955c7d5cfff1609de48a0a9dda42a3 (diff) | |
download | tempo-493fcd8f5cee5a5ed7ebee4c4b94594465da09d5.tar.gz tempo-493fcd8f5cee5a5ed7ebee4c4b94594465da09d5.tar.xz |
More consistent use of fonts.
Diffstat (limited to 'options.css')
-rw-r--r-- | options.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.css b/options.css index 1f72b1f..4660e31 100644 --- a/options.css +++ b/options.css @@ -1,7 +1,7 @@ body { color: #222; background-color: #222; - font-family: 'Verdana', sans-serif; + font-family: 'Lato', sans-serif; padding: 0em; margin: 0em; @@ -26,7 +26,6 @@ div#container { h1 { font-size: 1.6em; - font-family: 'Lato', sans-serif; text-align: center; padding: 0em; margin: 0em; @@ -43,7 +42,8 @@ p#button { button { color: #ddd; background-color: #222; - font-size: 1em; + font-family: inherit; + font-size: inherit; font-weight: bold; padding: 1em; border: 0em; |