mapcomplete/assets/themes/toerisme_vlaanderen/custom.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
452 B
CSS
Raw Normal View History

.technical.questions {
display: none
}
@font-face{
font-family:"FlandersArt";
2022-09-04 21:04:13 +02:00
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSans-Light.woff") format("woff");
}
@font-face{
font-family:"FlandersArtSerif";
2022-09-04 21:04:13 +02:00
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSerif-Medium.woff") format("woff");
}
h1, h2, h3, h4 {
font-family: 'FlandersArtSerif', sans-serif;
}
body {
font-family: 'FlandersArt', sans-serif;
}