E
E
Evtera2020-10-20 21:06:45
css
Evtera, 2020-10-20 21:06:45

How to replace missing characters in a font?

Hello. There is a font connected via @font-face and then Font-family for the entire site. The question is, the font is missing some characters, in connection with this they are not displayed at all on the site. Is it possible to somehow automatically replace missing fonts with some arial?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
smigles, 2020-10-20
@smigles

You need to add sans-serifat the end:

body {
  font-family: "My Awesome Font", sans-serif;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question