Ja, Sie können die Schriftart im <style>
-Bereich des Fragebogen-Layouts problemlos ändern (Fragebogen-Layouts). Stellen Sie aber sicher, dass Sie die Schriftart problemlos ins das Projektverzeichnis hochladen dürfen, dass die Schrift-Lizenz das also abdeckt.
@font-face {
font-family: Delicious;
src: url('fonts/delicious/Delicious-Roman.otf')
format("opentype");
}
body {
font-family: Delicious, Hevetica, Arial, sans-serif;
}