mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-05-15 08:12:57 -05:00
Compare commits
No commits in common. "0744af717de3280fa556344832b4125cd97151df" and "b854ae48e6b34f74c825dcef28ef492599146109" have entirely different histories.
0744af717d
...
b854ae48e6
@ -122,12 +122,12 @@
|
|||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("../font/opensans/OpenSans-VariableFont_wdth,wght-9f637b868d10819aa0085e6cf7f70953411c8905c4055c069adbe8acc708feef.woff2") format("woff2");
|
src: url("/font/opensans/OpenSans-VariableFont_wdth,wght-9f637b868d10819aa0085e6cf7f70953411c8905c4055c069adbe8acc708feef.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: JetBrainsMono;
|
font-family: JetBrainsMono;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("../font/jetbrainsmono/JetBrainsMono_wght-e190ee6595a3b9bd25278613a6f5d3766ee1a708f300ed44fa63dbe84051498f.woff2") format("woff2");
|
src: url("/font/jetbrainsmono/JetBrainsMono_wght-e190ee6595a3b9bd25278613a6f5d3766ee1a708f300ed44fa63dbe84051498f.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--font-sans: "Open Sans", "Noto Sans", sans-serif;
|
--font-sans: "Open Sans", "Noto Sans", sans-serif;
|
||||||
@ -136,8 +136,6 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
/* otherwise code block lines have random text sizes on mobile safari */
|
|
||||||
-webkit-text-size-adjust: none;
|
|
||||||
}
|
}
|
||||||
pre, code, kbd, samp, textarea {
|
pre, code, kbd, samp, textarea {
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user