So. @font-face is unfamiliar scary stuff? Here are some links to enjoy:
font-face basics: different file types in different browsers, and quirks.
- html5 rocks article
- caniuse for woff, ttf, eot, svg
FOUT: what happens until your fonts load
So. @font-face is unfamiliar scary stuff? Here are some links to enjoy:
font-face basics: different file types in different browsers, and quirks.
FOUT: what happens until your fonts load
| -- For documentation on these functions, please see blog post at: | |
| -- http://www.databasesoup.com/2012/10/determining-furthest-ahead-replica.html | |
| -- determines current xlog location as a monotonically increasing numeric. | |
| CREATE OR REPLACE FUNCTION xlog_location_numeric(vcloc text default NULL) | |
| RETURNS numeric | |
| LANGUAGE plpgsql | |
| as $f$ | |
| DECLARE cloc text; | |
| floc text[]; |