S
S
Snatch082020-05-27 22:56:57
css
Snatch08, 2020-05-27 22:56:57

Why do fonts connected via font-family get blurry?

All fonts that I include via font-family are blurry. Why is this and how can it be fixed? Especially noticeable on small fonts, less than 15px. Tried different google fonts, the story is the same everywhere. I'd appreciate any help

Blurred text example:
5ecec4a2dbdf6258472925.png

This is how I'd like it to look (Helvetica font):
5ecec559ea42b255682546.png

font_style.css:

@font-face{
  font-family: 'InterRegular';
  src: url('/fonts/Inter/Inter-Regular.woff2');
}


style.css:
.Musqwuoo strong, .Musqwuoo input[type="text"]{
  width: 324px;
  color: #07070A;
  font-family: 'InterRegular';
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 34px;
  padding: 0 10px;
  background-color: transparent;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question