From d53f0f96a471facb548d70d2b87c9a2627b28e52 Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Tue, 15 Sep 2015 12:45:23 -0700 Subject: [PATCH] Add more formts for GNUTypewriter --- fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.css b/fonts.css index 80e1530..994bf05 100644 --- a/fonts.css +++ b/fonts.css @@ -53,7 +53,7 @@ */ @font-face { font-family: 'GNUTypewriter'; - src: local('GNUTypewriter'), url('../../fonts/gnome-typewriter.woff') format('woff'); + src: local('GNUTypewriter'), url('../../fonts/gnome-typewriter.woff') format('woff'), url('../../fonts/gnome-typewriter.ttf') format('truetype'), url('../../fonts/gnome-typewriter.otf') format('opentype'); font-weight: normal; font-style: normal; }