From ac5296e0ab4b3e51ae03cd266db7a7f166992e41 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 12 Dec 2011 22:08:55 -0800 Subject: [PATCH] Added Open Sans (google fonts API) as a backup family since it looks closer to our default font in non-windows systems. --- NzbDrone.Web/Content/NzbDrone.css | 8 ++++---- NzbDrone.Web/Content/Settings.css | 7 +------ NzbDrone.Web/Views/Shared/_ReferenceLayout.cshtml | 1 + 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index cc521d950..9b57f8213 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -1,6 +1,6 @@ * { - font-family: "Segoe UI" , "Segoe UI Light" , Tahoma, Geneva, sans-serif; + font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif; } body @@ -22,7 +22,7 @@ body h1, h2, h3, h4, h5, h6 { - font-family: "Segoe UI Light" , "Segoe UI" , Tahoma, Geneva, sans-serif; + font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif; color: #3C3C3C; font-weight: 300; } @@ -84,7 +84,7 @@ hr font-size: 21px; font-weight: normal; vertical-align: middle; - font-family: "Segoe UI", "Segoe UI Light" , Tahoma, Geneva, sans-serif; + font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif; } #menu a:hover @@ -113,7 +113,7 @@ hr #logo { - font-family: "Segoe UI Light" , "Segoe UI" , Tahoma, Geneva, sans-serif; + font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif; font-weight: 100; height: 135px; background: url(images/header.jpg) no-repeat left top; diff --git a/NzbDrone.Web/Content/Settings.css b/NzbDrone.Web/Content/Settings.css index aca633220..e84443e1d 100644 --- a/NzbDrone.Web/Content/Settings.css +++ b/NzbDrone.Web/Content/Settings.css @@ -1,9 +1,4 @@ -body -{ - /*font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:12px;*/ -} - -p, h1, form, button +p, h1, form, button { border: 0; margin: 0; diff --git a/NzbDrone.Web/Views/Shared/_ReferenceLayout.cshtml b/NzbDrone.Web/Views/Shared/_ReferenceLayout.cshtml index 25b22d7fe..4be3281dc 100644 --- a/NzbDrone.Web/Views/Shared/_ReferenceLayout.cshtml +++ b/NzbDrone.Web/Views/Shared/_ReferenceLayout.cshtml @@ -5,6 +5,7 @@ + @Html.IncludeCss("2011.3.1115/telerik.common.min.css") @Html.IncludeCss("2011.3.1115/telerik.sitefinity.min.css") @Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")