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:
kay.one 2011-12-12 22:08:55 -08:00
commit ac5296e0ab
3 changed files with 6 additions and 10 deletions

View file

@ -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")