Host Open Sans font locally instead of querying Google Fonts

This commit is contained in:
JonnyWong16 2016-07-13 21:05:44 -07:00
commit 2c2fbb8583
14 changed files with 3680 additions and 1 deletions

View file

@ -15,7 +15,7 @@
<link href="${http_root}css/bootstrap3/bootstrap.css" rel="stylesheet">
<link href="${http_root}css/pnotify.custom.min.css" rel="stylesheet" />
<link href="${http_root}css/plexpy.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
<link href="${http_root}css/font-awesome.min.css" rel="stylesheet">
${next.headIncludes()}