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 /fonts/lato.css | |
parent | 92a2cc3d19955c7d5cfff1609de48a0a9dda42a3 (diff) | |
download | tempo-493fcd8f5cee5a5ed7ebee4c4b94594465da09d5.tar.gz tempo-493fcd8f5cee5a5ed7ebee4c4b94594465da09d5.tar.xz |
More consistent use of fonts.
Diffstat (limited to 'fonts/lato.css')
-rw-r--r-- | fonts/lato.css | 14 |
1 files changed, 14 insertions, 0 deletions
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'); +} |