5 lines
131 B
CSS
Raw Normal View History

2017-06-07 16:31:24 +02:00
@import url('//fonts.googleapis.com/css?family=Vollkorn');
h1, h2, h3, h4, h5 {
font-family: 'Vollkorn', sans-serif !important;
}