9 lines
186 B
CSS
9 lines
186 B
CSS
/* Font family configuration - updated by font system */
|
|
body {
|
|
font-family: var(--font-inter), sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: var(--font-inter), sans-serif;
|
|
}
|