Hckrnws: updated global.css
This commit is contained in:
parent
b1c4209da7
commit
ca47d7a3a0
@ -16,12 +16,12 @@ html {
|
||||
-moz-tab-size:4;
|
||||
-o-tab-size:4;
|
||||
tab-size:4;
|
||||
font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-feature-settings:normal
|
||||
}
|
||||
@media (min-width:1280px) {
|
||||
html {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.15;
|
||||
}
|
||||
}
|
||||
body {
|
||||
@ -58,7 +58,7 @@ code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
|
||||
font-family: monospace;
|
||||
font-size:1em
|
||||
}
|
||||
small {
|
||||
@ -582,17 +582,17 @@ video {
|
||||
text-align:center
|
||||
}
|
||||
.font-mono {
|
||||
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
|
||||
font-family: monospace;
|
||||
}
|
||||
.font-sans {
|
||||
font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
}
|
||||
.text-\[10px\] {
|
||||
font-size:10px
|
||||
}
|
||||
.text-base {
|
||||
font-size:1rem;
|
||||
line-height:1.5rem
|
||||
line-height:1.48rem
|
||||
}
|
||||
.text-lg {
|
||||
font-size:1.125rem;
|
||||
@ -823,7 +823,7 @@ button {
|
||||
white-space:pre-line
|
||||
}
|
||||
.\[\&\>pre\>code\]\:font-mono>pre>code {
|
||||
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
|
||||
font-family: monospace;
|
||||
}
|
||||
.\[\&\>pre\>code\]\:text-xs>pre>code {
|
||||
font-size:.75rem;
|
||||
|
Loading…
Reference in New Issue
Block a user