From 493fcd8f5cee5a5ed7ebee4c4b94594465da09d5 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 28 Feb 2014 12:58:40 -0800 Subject: More consistent use of fonts. --- fonts/lato.css | 14 ++++++++++++++ fonts/lato400.woff | Bin 0 -> 46108 bytes fonts/lato700.woff | Bin 0 -> 46160 bytes options.css | 6 +++--- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 fonts/lato400.woff create mode 100644 fonts/lato700.woff diff --git a/fonts/lato.css b/fonts/lato.css index cdc5609..2b70f29 100644 --- a/fonts/lato.css +++ b/fonts/lato.css @@ -11,3 +11,17 @@ font-weight: 300; src: local('Lato Light'), local('Lato-Light'), url('lato300.woff') format('woff'); } + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + src: local('Lato Regular'), local('Lato-Regular'), url('lato400.woff') format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + src: local('Lato Bold'), local('Lato-Bold'), url('lato700.woff') format('woff'); +} diff --git a/fonts/lato400.woff b/fonts/lato400.woff new file mode 100644 index 0000000..f48e484 Binary files /dev/null and b/fonts/lato400.woff differ diff --git a/fonts/lato700.woff b/fonts/lato700.woff new file mode 100644 index 0000000..4b17251 Binary files /dev/null and b/fonts/lato700.woff differ 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; -- cgit v1.2.3-70-g09d2