Update sans-serif fonts list

I've updated the sans-serif font list.
Here a references that justify my changes: https://css-tricks.com/snippets/css/system-font-stack/
This commit is contained in:
Paolo Melchiorre 2022-10-09 15:14:12 +02:00 committed by GitHub
parent 3052db4bd3
commit 22cea8fcdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@
* Theme: default * Theme: default
*/ */
:root { :root {
--font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", --font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Oxygen-Sans",
"Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Cantarell", "Noto Sans", "Helvetica", "Helvetica Neue", "Arial", sans-serif,
"Segoe UI Symbol", "Noto Color Emoji"; "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--line-height: 1.5; --line-height: 1.5;
--font-weight: 400; --font-weight: 400;
--font-size: 16px; --font-size: 16px;
@ -2490,4 +2490,4 @@ textarea,
} }
} }
/*# sourceMappingURL=pico.classless.css.map */ /*# sourceMappingURL=pico.classless.css.map */