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";
|
2022-09-04 21:04:13 +02:00
|
|
|
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSans-Light.woff") format("woff");
|
2022-02-06 04:06:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
font-family:"FlandersArtSerif";
|
2022-09-04 21:04:13 +02:00
|
|
|
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSerif-Medium.woff") format("woff");
|
2022-02-06 04:06:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family: 'FlandersArtSerif', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'FlandersArt', sans-serif;
|
|
|
|
}
|
2022-02-08 02:24:24 +01:00
|
|
|
|