8 lines
131 B
CSS
8 lines
131 B
CSS
|
:root {
|
||
|
--font-family-heading: "New York", "Hiragino Mincho ProN", serif;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
font-weight: bold;
|
||
|
}
|