mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update _variables.scss and replace Roboto with system fonts
This commit is contained in:
parent
a55913ebef
commit
86919f7ba6
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/_variables.scss
vendored
2
resources/assets/sass/_variables.scss
vendored
|
@ -3,6 +3,6 @@
|
||||||
$body-bg: #f5f8fa;
|
$body-bg: #f5f8fa;
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
$font-family-sans-serif: "Roboto", sans-serif;
|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
||||||
$font-size-base: 0.9rem;
|
$font-size-base: 0.9rem;
|
||||||
$line-height-base: 1.6;
|
$line-height-base: 1.6;
|
||||||
|
|
Loading…
Reference in a new issue