From 224c9f58d32d99a600a7bad0173abcfebc2247b1 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 6 Jul 2016 02:55:36 -0400 Subject: [PATCH] Add fallback sans fonts --- popup.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/popup.html b/popup.html index b297f21..563b832 100644 --- a/popup.html +++ b/popup.html @@ -6,8 +6,7 @@ body, input[type=submit], label[for=norm], textarea.norm { font-family: Lora, serif; } - #url, #result-holder, label[for=sans], textarea.sans { - font-family: 'Open Sans', sans-serif; + font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif; } body { font-size: 100%;