sans not serif

sans-serif
This commit is contained in:
Michael J. Ryan 2020-05-29 18:21:36 -07:00 committed by GitHub
parent db614b1692
commit 66661f95cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* {box-sizing: border-box}
:root{
--serif:1em/1.6 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
--sans:1em/1.6 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
--mono:'Courier New', Courier, 'Ubuntu Mono', 'Liberation Mono', monospace;
--c1:#0074d9;
--c2:#eee;
@ -31,7 +31,7 @@ html {
body {
margin: 0;
font: var(--serif);
font: var(--sans);
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility;