From 075c1f08245055e0060df2695e75bba54e697d36 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 2 Jul 2012 15:25:20 +0200 Subject: Move list of fonts to a single place, add generic fallback. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index 4982ba6..345c981 100755 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -12,7 +12,6 @@ padding: 10px; overflow: auto; color: white; - font-family: Lucida Grande; text-align: center; font-size: 10px; font-weight: regular; @@ -51,7 +50,8 @@ position:relative; left:60px; margin:5px 0 0 0; - font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial; + font-weight: bold; + font-size: 16px; overflow:hide; } @@ -59,7 +59,8 @@ position:relative; left:60px; color:#6d6d6d; - font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial; + font-weight: bold; + font-size: 10px; } body { @@ -69,11 +70,13 @@ body { } .status_container { - font: 10px Myriad, Lucida Grande, Arial; + font-weight: bold; + font-size: 10px; } body { + font-family: "Myriad Pro", Myriad, "Lucida Grande", "Trebuchet MS", Arial, "Droid Sans", sans-serif; } .followUp { -- cgit v0.10.2-6-g49f6