aboutsummaryrefslogtreecommitdiff
path: root/src/fonts/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/fonts/fonts.css')
-rw-r--r--src/fonts/fonts.css80
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;
-}
-