You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
563 B
20 lines
563 B
/*
|
|
Use browser default font:
|
|
- override mastodon-font-sans-serif with sans-serif
|
|
- note: this is not the same as "use system default font"
|
|
in mastodon's preferences! that option uses a font that
|
|
would be *expected to load on that system*, and ignores
|
|
your browser's settings entirely. for example, if you
|
|
are running ms windows, you will see segoe ui, even if
|
|
your browser's default font is something else!
|
|
|
|
author: trwnh
|
|
license: Public Domain
|
|
*/
|
|
body,
|
|
.landing-page #mastodon-timeline,
|
|
.landing-page li,
|
|
.landing-page p
|
|
{
|
|
font-family: sans-serif
|
|
} |