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