mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 22:57:12 -04:00
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:
parent
3052db4bd3
commit
22cea8fcdb
1 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue