feat(fonts.css): update body font to DM Sans
This commit is contained in:
parent
4bad005e58
commit
6b582feef4
10 changed files with 34 additions and 14 deletions
|
@ -71,7 +71,7 @@
|
|||
--border-gray: 1px solid var(--gray-light);
|
||||
|
||||
/* fonts */
|
||||
--font-body: Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
--font-body: "DM Sans", Helvetica Neue, Helvetica, Arial, system-ui, sans-serif;
|
||||
--font-heading: "Space Grotesk", "Arial Black", "Arial Bold", Gadget, sans-serif;
|
||||
--font-code: "MonoLisa", SFMono-Regular, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue