mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 03:32:36 +00:00
chore(docs): Enable ligatures on code
This commit is contained in:
parent
1a09746f6d
commit
2470469be4
@ -3,10 +3,13 @@
|
||||
|
||||
body {
|
||||
--md-text-font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
--md-code-font-family: "Fira Code";
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Fira Code";
|
||||
.md-typeset code,
|
||||
.md-typeset kbd,
|
||||
.md-typeset pre {
|
||||
font-variant-ligatures: normal;
|
||||
}
|
||||
|
||||
.md-header--shadow,
|
||||
|
Loading…
x
Reference in New Issue
Block a user