mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-26 12:16:34 +00:00
chore(docs): Custom title font
This commit is contained in:
parent
d24481ee66
commit
646d3f380f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user