Build stylesheets with updated font paths

This commit is contained in:
Carter McBride 2023-05-17 14:56:52 +00:00
parent 9eea0cccf1
commit dfa42a8ffe
1 changed files with 4 additions and 4 deletions

View File

@ -824,25 +824,25 @@
font-family: 'intel-one-mono'; font-family: 'intel-one-mono';
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
src: url('../resources/intel-one-mono/intelone-mono-font-family-regular.woff2'); src: url('../resources/intel-one-mono/intel-one-mono.woff2');
} }
@font-face { @font-face {
font-family: 'intel-one-mono'; font-family: 'intel-one-mono';
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
src: url('../resources/intel-one-mono/intelone-mono-font-family-italic.woff2'); src: url('../resources/intel-one-mono/intel-one-mono-italic.woff2');
} }
@font-face { @font-face {
font-family: 'intel-one-mono'; font-family: 'intel-one-mono';
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
src: url('../resources/intel-one-mono/intelone-mono-font-family-bold.woff2'); src: url('../resources/intel-one-mono/intel-one-mono-bold.woff2');
} }
@font-face { @font-face {
font-family: 'intel-one-mono'; font-family: 'intel-one-mono';
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
src: url('../resources/intel-one-mono/intelone-mono-font-family-bolditalic.woff2'); src: url('../resources/intel-one-mono/intel-one-mono-bolditalic.woff2');
} }
@font-face { @font-face {
font-family: 'iosevka'; font-family: 'iosevka';