Don't override page font like this or to this font family
All checks were successful
Jekyll / jekyll (pull_request) Successful in 34s
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 10s

See https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#font-stacks on how to override font family choice with this theme proper and https://infinnie.github.io/blog/2017/systemui.html why not to use 'system-ui' for font-family on web pages.
This commit is contained in:
Florian Sesser 2025-04-25 10:35:12 +00:00
parent 5b518ff9f1
commit d6726651be

View File

@ -1,7 +1,3 @@
body {
font-family: system-ui;
}
.page__hero--overlay {
padding: 1em;
}