6 lines
133 B
CSS
6 lines
133 B
CSS
@import url('https://fonts.googleapis.com/css?family=Gotu');
|
|
|
|
h1, h2, h3, h4, h5, h6, strong {
|
|
font-family: "Gotu" !important;
|
|
}
|