|
You are here |
iainbean.com | ||
| | | | |
notes.arne.me
|
|
| | | | | ||
| | | | |
fuzzylogic.me
|
|
| | | | | Subsetting fonts makes them quicker to download. Heres how I use glyphhanger to do it. | |
| | | | |
www.debugbear.com
|
|
| | | | | Font performance optimization is a set of web development techniques that make fonts load faster and render more smoothly, including thoughtful font selection, the use of performant font formats, self-hosting, optimized @font-face declarations, font display strategies, and others. | |
| | | | |
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 | ||