Aankomst
Vertrek
Personen
/* ---------- Eigen font definities ---------- */ @font-face { font-family: 'MijnCustomFont'; src: url('https://static.wixstatic.com/ufonts/c3560e_d79df8dc136d458fb2a32ac5f30dc291/woff2/file.woff2') format('woff2'); font-weight: normal; font-style: normal; } /* ---------- Font toepassen op hele website ---------- */ body, p, li, a { font-family: 'MijnCustomFont', sans-serif; font-weight: normal; } h1, h2, h3, h4, h5, h6 { font-family: 'MijnCustomFont', sans-serif; font-weight: bold; } button, input, select, textarea { font-family: 'MijnCustomFont', sans-serif; font-weight: normal; } em, i { font-family: 'MijnCustomFont', sans-serif; font-style: italic; }