diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 16:13:46 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 16:13:46 +0530 |
| commit | a29b5cb04e292dbeb5ea47db71df68b486b19db3 (patch) | |
| tree | ec6556d573dd97ef20adf4f0b7b85bdcc6e22eab /src/fonts/fonts.css | |
| parent | 81f6e04e2afe9505f9c97d1e3f25bd9347683d8c (diff) | |
| download | authorr-a29b5cb04e292dbeb5ea47db71df68b486b19db3.tar.xz authorr-a29b5cb04e292dbeb5ea47db71df68b486b19db3.zip | |
Added Fonts
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; +} + |
