2021-11-10 18:42:31 +01:00
|
|
|
.technical.questions {
|
|
|
|
display: none
|
2022-02-06 04:06:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
font-family:"FlandersArt";
|
|
|
|
src:url("./assets/themes/toerisme_vlaanderen/FlandersArtSans-Light.woff");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
font-family:"FlandersArtSerif";
|
|
|
|
src:url("./assets/themes/toerisme_vlaanderen/FlandersArtSerif-Medium.woff");
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family: 'FlandersArtSerif', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'FlandersArt', sans-serif;
|
|
|
|
}
|
2022-02-08 02:24:24 +01:00
|
|
|
|