mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07: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
|
@ -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…
Add table
Add a link
Reference in a new issue