Answer the question
In order to leave comments, you need to log in
Font Roboto on YouTube?
Hello! I think many have already noticed that the site YouTube, updated the font to Roboto, I have a question, how did they smooth it so perfectly? when you connect the Roboto font via Google Font, the font has gaps, and there it is just perfect, can you tell me how they did it?
Answer the question
In order to leave comments, you need to log in
Here is CSS3 font smoothing using the text-shadow property
h1.title {
text-shadow:-1px -1px 1px rgba(255, 255, 255, 0.2),
1px 1px 1px rgba(255, 255, 255, 0.2),
1px 1px 1px rgba(0, 0, 0, 0.7);
}
prntscr.com/76iu4a
you can download the file from sources and convert it to squirrelfonts
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question