mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Added Open Sans (google fonts API) as a backup family since it looks closer to our default font in non-windows systems.
This commit is contained in:
parent
3a1727595e
commit
ac5296e0ab
3 changed files with 6 additions and 10 deletions
|
@ -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
|
body
|
||||||
|
@ -22,7 +22,7 @@ body
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
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;
|
color: #3C3C3C;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
@ -84,7 +84,7 @@ hr
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
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
|
#menu a:hover
|
||||||
|
@ -113,7 +113,7 @@ hr
|
||||||
|
|
||||||
#logo
|
#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;
|
font-weight: 100;
|
||||||
height: 135px;
|
height: 135px;
|
||||||
background: url(images/header.jpg) no-repeat left top;
|
background: url(images/header.jpg) no-repeat left top;
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
body
|
p, h1, form, button
|
||||||
{
|
|
||||||
/*font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:12px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
p, h1, form, button
|
|
||||||
{
|
{
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
||||||
@Html.IncludeCss("2011.3.1115/telerik.common.min.css")
|
@Html.IncludeCss("2011.3.1115/telerik.common.min.css")
|
||||||
@Html.IncludeCss("2011.3.1115/telerik.sitefinity.min.css")
|
@Html.IncludeCss("2011.3.1115/telerik.sitefinity.min.css")
|
||||||
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")
|
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")
|
||||||
|
|
Loading…
Reference in a new issue