You are here |
vincent.bernat.ch | ||
| | | |
www.phpied.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | Learn how to use three CSS properties to override font metrics and minimize layout shifts during font load. | |
| | | |
www.igvita.com
|
|
| | 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. |