Create a monospace font family stack

This commit is contained in:
Eryn Wells 2022-10-03 19:54:55 -07:00
parent d862251a8f
commit d0f1100682
3 changed files with 7 additions and 6 deletions

View file

@ -24,6 +24,7 @@
--header-box-shadow-color: var(--box-shadow-color);
--font-family-body: Verdana, Helvetica, sans-serif;
--font-family-monospace: monospace;
--font-family-heading: Museo_Slab, Tahoma, sans-serif;
--font-family-site-heading: /*Krungthep,*/ Museo_Slab, Tahoma, sans-serif;
--font-size-min: 7px;