Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b4f2cc701 | |||
| 6bb6eba80d | |||
| 711ca886ef | |||
| 226b40a174 | |||
| e98f80c3b9 | |||
| 9ea3684d41 | |||
| 27afc0506b | |||
| 749ad41c3e | |||
| 541cc13b51 | |||
| 7b078f68a9 | |||
| 53bcd7d86a | |||
| 11f423c171 | |||
| e31a93e843 | |||
| 2dec505fc5 | |||
| 6683c43acf | |||
| cb25680234 | |||
| 8508a85c8b | |||
| 8e7fd13a44 | |||
| 53146c648c | |||
| 14dc5a460c | |||
| 063f0eb069 | |||
| 604bf00915 |
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
font-family: var(--font-public-sans), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user