diff options
Diffstat (limited to 'fonts/lato.css')
-rw-r--r-- | fonts/lato.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/lato.css b/fonts/lato.css new file mode 100644 index 0000000..cdc5609 --- /dev/null +++ b/fonts/lato.css @@ -0,0 +1,13 @@ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 100; + src: local('Lato Hairline'), local('Lato-Hairline'), url('lato100.woff') format('woff'); +} + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 300; + src: local('Lato Light'), local('Lato-Light'), url('lato300.woff') format('woff'); +} |