Add Intel One Mono font
This commit is contained in:
parent
54f2cffa1c
commit
7d1beef35b
BIN
fonts/IntelOneMono-Bold.woff2
Normal file
BIN
fonts/IntelOneMono-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/IntelOneMono-BoldItalic.woff2
Normal file
BIN
fonts/IntelOneMono-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/IntelOneMono-Italic.woff2
Normal file
BIN
fonts/IntelOneMono-Italic.woff2
Normal file
Binary file not shown.
BIN
fonts/IntelOneMono-Regular.woff2
Normal file
BIN
fonts/IntelOneMono-Regular.woff2
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Intel One Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
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');
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Intel One Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
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');
|
||||
}
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
@ -117,7 +145,7 @@ aside em {
|
||||
font-style: normal;
|
||||
}
|
||||
pre {
|
||||
font-family: "Cousine webfont", monospace;
|
||||
font-family: "Intel One Mono", ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
||||
font-size: 0.85em;
|
||||
background-color: #383839;
|
||||
margin: 1rem 0rem;
|
||||
@ -125,7 +153,7 @@ pre {
|
||||
white-space: pre;
|
||||
}
|
||||
code {
|
||||
font-family: "Cousine webfont", monospace;
|
||||
font-family: "Intel One Mono", ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
||||
font-size: 0.85em;
|
||||
background-color: #383839;
|
||||
padding: 0.125em 0.25em 0em 0.25em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user