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
|
||||
*/
|
||||
:root {
|
||||
--font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
|
||||
"Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||
"Segoe UI Symbol", "Noto Color Emoji";
|
||||
--font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Oxygen-Sans",
|
||||
"Cantarell", "Noto Sans", "Helvetica", "Helvetica Neue", "Arial", sans-serif,
|
||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--line-height: 1.5;
|
||||
--font-weight: 400;
|
||||
--font-size: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue