June 19, 2018I don’t think this is an epidemic or anything, but I’ve seen it done a few times and even advocated for. This is what I mean…You go to Google Fonts and pick a font like Open Sans, and it gives you either a <link> or an @import with a URL there in which to ready this font for usage on your site...
July 2, 2017Nothin’ like some good ol’ fashioned CSS trickery. Zach Leatherman documents how you can use @font-face blocks with local() sources to redefine a font-family. It can actually be a bit useful as well, by essentially being an abstraction for your font stack.
@font-face {
font-family: My San Francisco Alias;...
May 5, 2017Another one from Jake Archibald!
This one is using two @font-face sets for the same font-family name. The second overrides the first, but only select characters of it, thanks to unicode-range.
You know how designers love ampersands? It’s a thing. Dan Cederholm once pointed out some advice from Robert Bringhurst:...
March 23, 2017And you use them pretty much just like you’d use custom fonts on a website. Jaina Mistry had the scoop on this last year over on the Litmus blog:While web fonts don’t have universal support, here are the email clients where they are supported:AOL Mail
Native Android mail app (not Gmail app)
Apple Mail
i...
March 25, 2016I hope you read that title out loud in your best Seinfeld impression.
A recent question in our forums made me aware that there are more properties that can be added to @font-face than the usual font-family and src suspects. What are the point of those? Why would you want to declare other font declarations there?IR...
Recent Comments