diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-07-17 20:17:19 +0530 |
| commit | 65cd01d0d7eae5b5e94b32f4de5f62521726c846 (patch) | |
| tree | 1de3784356ebfb600f734b15e80a9767efc9d702 /src/fonts/fonts.css | |
| parent | 4281b106199b39822294a59fba0c26809019a006 (diff) | |
| download | authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.tar.xz authorr-65cd01d0d7eae5b5e94b32f4de5f62521726c846.zip | |
Folder organisation & include native kit
Diffstat (limited to 'src/fonts/fonts.css')
| -rw-r--r-- | src/fonts/fonts.css | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/src/fonts/fonts.css b/src/fonts/fonts.css deleted file mode 100644 index d737cd1..0000000 --- a/src/fonts/fonts.css +++ /dev/null @@ -1,80 +0,0 @@ -@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; -} - |
