chore(docs): Use Fira Code for code blocks, matching bazzite.gg

This commit is contained in:
Kyle Gospodnetich 2024-08-31 19:40:46 -07:00
parent 7477b8c3ea
commit 1a09746f6d

View File

@ -1,9 +1,14 @@
@import url(https://fonts.googleapis.com/css?family=DM+Sans);
@import url(https://fonts.googleapis.com/css?family=Fira+Code);
body {
--md-text-font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
code {
font-family: "Fira Code";
}
.md-header--shadow,
.md-tabs {
backdrop-filter: blur(10px);