mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix fonts issue
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||||
/* font-family: 'Fira Code', 'Fira Mono', Menlo, Consolas, 'DejaVu Sans Mono',
|
||||
monospace; */
|
||||
font-family: 'JetBrains Mono', -apple-system, 'DejaVu Sans Mono', monospace;
|
||||
font-family: var(--font-jetbrains-mono), -apple-system, 'DejaVu Sans Mono', monospace;
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
@ -520,4 +520,4 @@ pre
|
||||
/* Fill colour of the handle */
|
||||
.dark .prism-previewer-easing.prism-previewer-easing circle {
|
||||
fill: transparent;
|
||||
}
|
||||
}
|
@ -34,7 +34,8 @@ pre {
|
||||
color: hsl(230, 8%, 24%);
|
||||
/* font-family: 'Fira Code', 'Fira Mono', Menlo, Consolas, 'DejaVu Sans Mono',
|
||||
monospace; */
|
||||
font-family: 'JetBrains Mono', -apple-system, 'DejaVu Sans Mono', monospace;
|
||||
font-family: var(--font-jetbrains-mono), -apple-system, 'DejaVu Sans Mono',
|
||||
monospace;
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
@ -432,4 +433,4 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
|
||||
/* Fill colour of the handle */
|
||||
.prism-previewer-easing.prism-previewer-easing circle {
|
||||
fill: transparent;
|
||||
}
|
||||
}
|
@ -371,5 +371,5 @@ h6:hover::before {
|
||||
|
||||
#article .cm-editor .cm-line {
|
||||
font-size: 15px;
|
||||
font-family: 'JetBrains Mono', -apple-system, monospace;
|
||||
}
|
||||
font-family: var(--font-jetbrains-mono), -apple-system, monospace;
|
||||
}
|
Reference in New Issue
Block a user