chore: tweak types

This commit is contained in:
Cory Dransfeldt 2023-12-25 16:44:33 -08:00
parent 6a3a3dc097
commit bbf9c21477
No known key found for this signature in database
6 changed files with 48 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -46,7 +46,7 @@ html,
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: system-ui, sans-serif;
font-family: silka, Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, system-ui, sans-serif;
/* 4 */
font-feature-settings: normal;
/* 5 */
@ -1651,7 +1651,7 @@ video {
}
.font-sans {
font-family: system-ui, sans-serif;
font-family: silka, Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, system-ui, sans-serif;
}
.text-2xl {
@ -1922,7 +1922,7 @@ body {
body,
html {
font-family: system-ui, sans-serif;
font-family: silka, Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, system-ui, sans-serif;
color: #111827;
}