5 lines
145 B
CSS
5 lines
145 B
CSS
|
@import url('//fonts.googleapis.com/css?family=Old+Standard+TT');
|
||
|
|
||
|
h1, h2, h3, h4, h5 {
|
||
|
font-family: 'Old Standard TT', sans-serif !important;
|
||
|
}
|