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