comment webfont

This commit is contained in:
ntr 2019-01-08 16:10:43 +11:00
parent 828d67ef06
commit 94c9048976

View File

@ -1,4 +1,4 @@
@font-face { /*@font-face {
font-family: 'nowayregular'; font-family: 'nowayregular';
src: url('./assets/fonts/noway-regular-webfont.eot'); src: url('./assets/fonts/noway-regular-webfont.eot');
src: url('./assets/fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'), src: url('./assets/fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
@ -9,7 +9,7 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
*/
body { body {
background-color: #181818; background-color: #181818;
} }