Phil.Wheeler
Phil.Wheeler

Reputation: 16848

What techniques should be employed to optimise @font-face rendering?

I'm using the @font-face rule quite a bit; much more than I did, say, 6 months ago.

Given that different browsers handle the @font-face rule in different ways, what approaches and considerations do I need to keep foremost in mind to optimise performance across different browsers and devices?

Upvotes: 0

Views: 320

Answers (1)

Fatih Acet
Fatih Acet

Reputation: 29529

I think, you should read this post from Nicholas Zakas.

Upvotes: 1

Related Questions