Added Open Sans (google fonts API) as a backup family since it looks closer to our default font in non-windows systems.

pull/6/head
kay.one 13 years ago
parent 3a1727595e
commit ac5296e0ab

@ -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;

@ -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;

@ -5,6 +5,7 @@
<head runat="server">
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
<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.sitefinity.min.css")
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")

Loading…
Cancel
Save