H
H
hax0r :32015-05-18 10:11:51
css
hax0r :3, 2015-05-18 10:11:51

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

3 answer(s)
A
Andrey Fedorov, 2015-05-18
@aliencash

Do you mean gaps? Between characters?
letter-spacing: -.03em;

V
Void Vasher, 2015-05-18
@AlgollY

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);
}

A
Alexey Ovdienko, 2015-05-18
@doubledare

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 question

Ask a Question

731 491 924 answers to any question