Use HTML in Polls
-
Hello,
i want to ask my Users which font i should use. I therefore inserted this CSS in the Design Tab:
@font-face{font-family:Aaargh;src:url('/fonts/Aaargh.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:SK Modernist Regular;src:url('/fonts/SK-Modernist-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Modern Sans Light;src:url('/fonts/Modern-Sans-Light.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}And then inserted in the Field like this:
<span style="font-family:SK Modernist Regular;font-size:16px;">SK Modernist Regular</span>
But it just shows the HTML (without an “Output”, so the entire HTML as is). Is there a way to fix this?
- The topic ‘Use HTML in Polls’ is closed to new replies.