Explore >> Select a destination


You are here

vincent.bernat.ch
| | www.phpied.com
7.9 parsecs away

Travel
| | I've been crafting a nice font-face fallback, something like this: @font-face { font-family: fallback; src: local('Helvetica Neue'); ascent-override: 85%; descent-override: 19.5%; line-gap-override: 0%; size-adjust: 106.74%; } It works well, however Safari doesn't yet support ascent-o
| | www.industrialempathy.com
7.7 parsecs away

Travel
| | When I started thinking about writing a post about web font loading my intention was to propose relatively sophisticated ideas that I've...
| | www.aleksandrhovhannisyan.com
5.0 parsecs away

Travel
| | Learn how to use three CSS properties to override font metrics and minimize layout shifts during font load.
| | www.igvita.com
71.6 parsecs away

Travel
| The preconnect HTML hint allows the application to tell the browser which sockets it will need ahead of initiating the actual requests; preconnect eliminates DNS, TCP, and TLS roundtrips from the request's critical path.