chore: tidy

This commit is contained in:
cha0s 2020-07-13 02:40:52 -05:00
parent 645763c828
commit 3e23f5c6cd
7 changed files with 4 additions and 4 deletions

View File

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