diff options
Diffstat (limited to 'src/fonts/fonts.css')
| -rw-r--r-- | src/fonts/fonts.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/src/fonts/fonts.css b/src/fonts/fonts.css new file mode 100644 index 0000000..d737cd1 --- /dev/null +++ b/src/fonts/fonts.css @@ -0,0 +1,80 @@ +@font-face { + font-family: 'Lato'; + src: local('Lato Italic'), local('Lato-Italic'), + url('Lato-Italic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato Black'), local('Lato-Black'), + url('Lato-Black.ttf') format('truetype'); + font-weight: 900; + font-style: normal; +} + +@font-face { + font-family: 'Lato Hairline'; + src: local('Lato-Hairline'), + url('Lato-Hairline.ttf') format('truetype'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato Regular'), local('Lato-Regular'), + url('Lato-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato Black Italic'), local('Lato-BlackItalic'), + url('Lato-BlackItalic.ttf') format('truetype'); + font-weight: 900; + font-style: italic; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato Bold Italic'), local('Lato-BoldItalic'), + url('Lato-BoldItalic.ttf') format('truetype'); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato Bold'), local('Lato-Bold'), + url('Lato-Bold.ttf') format('truetype'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato-Light'), + url('Lato-Light.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Lato'; + src: local('Lato-LightItalic'), + url('Lato-LightItalic.ttf') format('truetype'); + font-weight: 300; + font-style: italic; +} + +@font-face { + font-family: 'Lato Hairline'; + src: local('Lato-HairlineItalic'), + url('Lato-HairlineItalic.ttf') format('truetype'); + font-weight: 100; + font-style: italic; +} + |
