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; }