diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/lato.css | 14 | ||||
-rw-r--r-- | fonts/lato400.woff | bin | 0 -> 46108 bytes | |||
-rw-r--r-- | fonts/lato700.woff | bin | 0 -> 46160 bytes |
3 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'); +} diff --git a/fonts/lato400.woff b/fonts/lato400.woff Binary files differnew file mode 100644 index 0000000..f48e484 --- /dev/null +++ b/fonts/lato400.woff diff --git a/fonts/lato700.woff b/fonts/lato700.woff Binary files differnew file mode 100644 index 0000000..4b17251 --- /dev/null +++ b/fonts/lato700.woff |