Skip to content

Commit

Permalink
chore(docs): Custom title font
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 29, 2024
1 parent d24481e commit 646d3f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/stylesheets/bazzite.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
@import url(https://fonts.googleapis.com/css?family=DM+Sans);
@import url(https://fonts.googleapis.com/css?family=MuseoModerno);

body {
--md-text-font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.md-ellipsis {
font-family: "MuseoModerno";
}

.md-header--shadow,
.md-tabs {
backdrop-filter: blur(10px);
Expand Down

0 comments on commit 646d3f3

Please sign in to comment.