chore: font updates
This commit is contained in:
parent
e16f085b0d
commit
7fb6744286
3 changed files with 7 additions and 7 deletions
|
@ -44,7 +44,7 @@ html {
|
|||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
/* 3 */
|
||||
font-family: silka, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
||||
/* 4 */
|
||||
font-feature-settings: normal;
|
||||
/* 5 */
|
||||
|
@ -1656,7 +1656,7 @@ video {
|
|||
}
|
||||
|
||||
.font-sans {
|
||||
font-family: silka, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
|
@ -1927,7 +1927,7 @@ body {
|
|||
|
||||
body,
|
||||
html {
|
||||
font-family: silka, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue