From 3e23f5c6cd901566f682d202a95f61e684a21f80 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 13 Jul 2020 02:40:52 -0500 Subject: [PATCH] chore: tidy --- src/client/{ => fonts}/Lato-Light.eot | Bin src/client/{ => fonts}/Lato-Light.ttf | Bin src/client/{ => fonts}/Lato-Light.woff | Bin src/client/{ => fonts}/Lato-Regular.eot | Bin src/client/{ => fonts}/Lato-Regular.ttf | Bin src/client/{ => fonts}/Lato-Regular.woff | Bin src/client/index.scss | 8 ++++---- 7 files changed, 4 insertions(+), 4 deletions(-) rename src/client/{ => fonts}/Lato-Light.eot (100%) rename src/client/{ => fonts}/Lato-Light.ttf (100%) rename src/client/{ => fonts}/Lato-Light.woff (100%) rename src/client/{ => fonts}/Lato-Regular.eot (100%) rename src/client/{ => fonts}/Lato-Regular.ttf (100%) rename src/client/{ => fonts}/Lato-Regular.woff (100%) diff --git a/src/client/Lato-Light.eot b/src/client/fonts/Lato-Light.eot similarity index 100% rename from src/client/Lato-Light.eot rename to src/client/fonts/Lato-Light.eot diff --git a/src/client/Lato-Light.ttf b/src/client/fonts/Lato-Light.ttf similarity index 100% rename from src/client/Lato-Light.ttf rename to src/client/fonts/Lato-Light.ttf diff --git a/src/client/Lato-Light.woff b/src/client/fonts/Lato-Light.woff similarity index 100% rename from src/client/Lato-Light.woff rename to src/client/fonts/Lato-Light.woff diff --git a/src/client/Lato-Regular.eot b/src/client/fonts/Lato-Regular.eot similarity index 100% rename from src/client/Lato-Regular.eot rename to src/client/fonts/Lato-Regular.eot diff --git a/src/client/Lato-Regular.ttf b/src/client/fonts/Lato-Regular.ttf similarity index 100% rename from src/client/Lato-Regular.ttf rename to src/client/fonts/Lato-Regular.ttf diff --git a/src/client/Lato-Regular.woff b/src/client/fonts/Lato-Regular.woff similarity index 100% rename from src/client/Lato-Regular.woff rename to src/client/fonts/Lato-Regular.woff diff --git a/src/client/index.scss b/src/client/index.scss index 41321e6..0193d90 100644 --- a/src/client/index.scss +++ b/src/client/index.scss @@ -236,16 +236,16 @@ select { /* Webfont: Lato-Light */ @font-face { font-family: 'LatoLight'; - src: url('./Lato-Light.eot'); - src: url('./Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./Lato-Light.woff') format('woff'), /* Modern Browsers */ url('./Lato-Light.ttf') format('truetype'); + src: url('./fonts/Lato-Light.eot'); + src: url('./fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('./fonts/Lato-Light.ttf') format('truetype'); font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: 'LatoRegular'; - src: url('./Lato-Regular.eot'); - src: url('./Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('./Lato-Regular.ttf') format('truetype'); + src: url('./fonts/Lato-Regular.eot'); + src: url('./fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/Lato-Regular.ttf') format('truetype'); font-weight: normal; text-rendering: optimizeLegibility; }