10 lines
169 B
CSS
10 lines
169 B
CSS
@import url('https://fonts.googleapis.com/css?family=Spectral');
|
|
|
|
.header-page h1, h2 {
|
|
display: none;
|
|
}
|
|
|
|
h3, h4, h5, h6 {
|
|
font-family: "Spectral" !important;
|
|
}
|