From 720f7257ba1a5c6398b0b416d6ddd97faef2e067 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 31 Jan 2010 16:12:19 +0100 Subject: journal.css: Add a note about Epiphany's font selection behaviour. Ignore-this: eac38f2b9d4ff756514f1c6c0eee784e darcs-hash:d649822a75776a1a309a1eb6f6b76b820b216d3f --- journal.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/journal.css b/journal.css index 70657d7..98df374 100644 --- a/journal.css +++ b/journal.css @@ -23,6 +23,11 @@ */ html { + /* Epiphany chooses a sans-serif font for this because it recognises both + Calibri and Candara as requesting such a font even if neither of them + is installed. Consequently, everything looks much nicer in Firefox, which + falls back to URW Palladio L, as it should. Weird. */ + font-family: Optima, Calibri, 'MgOpen Cosmetica', 'MgOpen Moderna', Candara, Palatino, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', 'Gentium Alt', 'Gentium', Geneva, 'Trebuchet MS', Georgia, sans-serif; } -- cgit v1.2.3