newfonntfixx

ok
This commit is contained in:
buffbears 2022-03-28 23:41:02 -04:00 committed by GitHub
parent b39fb78c7a
commit c5a03f47e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -1,29 +1,29 @@
@font-face { @font-face {
font-family: Interstate; font-family: Interstate;
src: url(fonts/newfonts/Interstate-Bold3.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-Bold3.woff) format("woff");
font-weight: 700; font-weight: 700;
} }
@font-face { @font-face {
font-family: Interstate; font-family: Interstate;
src: url(/fonts/newfonts/Interstate-Bold5.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-Bold5.woff) format("woff");
font-weight: 800; font-weight: 800;
} }
@font-face { @font-face {
font-family: 'Interstate Mono'; font-family: 'Interstate Mono';
src: url(/fonts/newfonts/InterstateMono.woff) format("woff"); src: url(../../fonts/newfonts/InterstateMono.woff) format("woff");
font-weight: 400; font-weight: 400;
font-style: normal font-style: normal
} }
@font-face { @font-face {
font-family: 'Interstate BoldCn'; font-family: 'Interstate BoldCn';
src: url(/fonts/newfonts/Interstate-BoldCondensed.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-BoldCondensed.woff) format("woff");
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
font-stretch: condensed; font-stretch: condensed;
} }
@font-face { @font-face {
font-family: 'Interstate Cn'; font-family: 'Interstate Cn';
src: url(/fonts/newfonts/Interstate-RegularCondensed.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-RegularCondensed.woff) format("woff");
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-stretch: condensed; font-stretch: condensed;
@ -31,20 +31,20 @@
@font-face { @font-face {
font-family: Interstate; font-family: Interstate;
src: url(/fonts/newfonts/Interstate-Regular.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-Regular.woff) format("woff");
font-weight: 400 500; font-weight: 400 500;
font-style: normal font-style: normal
} }
@font-face { @font-face {
font-family: 'Interstate2'; font-family: 'Interstate2';
src: url(/fonts/newfonts/Interstate-Regular.woff) format("woff"); src: url(../../fonts/newfonts/Interstate-Regular.woff) format("woff");
font-weight: 400; font-weight: 400;
font-style: normal font-style: normal
} }
@font-face { @font-face {
font-family: 'Zemestro Std'; font-family: 'Zemestro Std';
src: url(/fonts/ZemestroStd.woff2) format("woff2"), url(/fonts/ZemestroStd.woff) format("woff"); src: url(../../fonts/ZemestroStd.woff2) format("woff2"), url(/fonts/ZemestroStd.woff) format("woff");
font-weight: 400; font-weight: 400;
font-style: normal font-style: normal
} }