You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
Fira Code -> JetBrains Mono
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
|
||||
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff'),
|
||||
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000;
|
||||
padding: 20px 50px;
|
||||
margin: 0;
|
||||
font-family: 'Fira Code', monospace;
|
||||
font-family: 'JetBrainsMono', monospace;
|
||||
}
|
||||
|
||||
body pre.hljs {
|
||||
@@ -11,14 +20,16 @@ body pre.hljs {
|
||||
}
|
||||
|
||||
body pre.hljs code {
|
||||
font-family: 'Fira Code', monospace;
|
||||
font-family: 'JetBrainsMono', monospace;
|
||||
}
|
||||
|
||||
/*
|
||||
@supports (font-variation-settings: normal) {
|
||||
body pre.hljs code {
|
||||
font-family: 'Fira Code VF', monospace;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/* textarea */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user