From 22cea8fcdb715807cfde2a7c665fca715b4c7dc8 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Sun, 9 Oct 2022 15:14:12 +0200 Subject: [PATCH] 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/ --- css/pico.classless.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/pico.classless.css b/css/pico.classless.css index 997a54a4..d734c19d 100644 --- a/css/pico.classless.css +++ b/css/pico.classless.css @@ -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; @@ -2490,4 +2490,4 @@ textarea, } } -/*# sourceMappingURL=pico.classless.css.map */ \ No newline at end of file +/*# sourceMappingURL=pico.classless.css.map */