Skip to main content
teresah9791625
Known Participant
September 26, 2016
Question

Fonts are blurry

  • September 26, 2016
  • 1 reply
  • 424 views

I am using Arial web font in my html 5 captivate 9 project. The text is blurry unless I set the text with a variable, then it is clear ans easy to read. Does anyone know why this would happen?

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    September 26, 2016

    Is it a responsive or a normal project? Which output are you testing? Static text (no variables) is converted to images, so that if the user doesn't have the font it will still display. Rescaling such a project can lead to fuzzy text (bitmap image rescaling often leads to that). Dynamic text (with variables) is generated on runtime. if the user doesn't have the used font, the font will be replaced by a webfont.

    teresah9791625
    Known Participant
    September 26, 2016

    It is a normal html5 output. Is there any way to make static text use webFonts?

    Thank you,

    Teresa

    Lilybiri
    Legend
    September 26, 2016

    Did you rescale the published project?

    Arial is a websafe font. If you want text to be created on runtime, insert a variable that is empty. I don't have any other recommendation.