Get Intel One Mono font from root directory
This commit is contained in:
parent
828e99044d
commit
91d3de5db2
|
@ -3,28 +3,28 @@
|
|||
font-family: 'Intel One Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./../../fonts/IntelOneMono-Regular.woff2') format('woff2');
|
||||
src: url('/fonts/IntelOneMono-Regular.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Intel One Mono';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('./../../fonts/IntelOneMono-Italic.woff2') format('woff2');
|
||||
src: url('/fonts/IntelOneMono-Italic.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Intel One Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('./../../fonts/IntelOneMono-Bold.woff2') format('woff2');
|
||||
src: url('/fonts/IntelOneMono-Bold.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Intel One Mono';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url('./../../fonts/IntelOneMono-BoldItalic.woff2') format('woff2');
|
||||
src: url('/fonts/IntelOneMono-BoldItalic.woff2') format('woff2');
|
||||
}
|
||||
*::selection {
|
||||
color: #202021;
|
||||
|
|
Loading…
Reference in New Issue