20 lines
426 B
CSS
20 lines
426 B
CSS
|
|
@layer base {
|
||
|
|
body {
|
||
|
|
font-family:
|
||
|
|
'Noto Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
||
|
|
'Noto Color Emoji';
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1,
|
||
|
|
h2,
|
||
|
|
h3,
|
||
|
|
h4,
|
||
|
|
h5 {
|
||
|
|
font-family:
|
||
|
|
'Montserrat', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
||
|
|
'Noto Color Emoji';
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
}
|