5 lines
122 B
CSS
Raw Normal View History

2016-04-14 16:14:31 +02:00
@import url('//fonts.googleapis.com/css?family=Ubuntu');
h1, h2, h3, h4, h5 {
font-family: 'Ubuntu', serif !important;
}