Browse Source

Remove the open sans font, in addition of being completely self served IMHO Century Gothic is better. fix #205

master
Sébastien Lucas 9 years ago
parent
commit
a99e9725cc
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      templates/default/file.html
  2. +1
    -1
      templates/default/styles/style-base.css

+ 0
- 1
templates/default/file.html View File

@@ -27,7 +27,6 @@
<script type="text/javascript" src="util.js"></script>
<link rel="related" href="{{=it.opds_url}}" type="application/atom+xml;profile=opds-catalog" title="{{=it.title}}" />
<link rel="icon" type="image/vnd.microsoft.icon" href="{{=it.favico}}" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,800,300,400italic,600,600italic,700,700italic,800italic&subset=latin,cyrillic" />
<link rel="stylesheet" type="text/css" href="resources/normalize/normalize.css?v={{=it.version}}" />
<link rel="stylesheet" type="text/css" href="templates/default/styles/font-awesome.css?v={{=it.version}}" media="screen" />
<link rel="stylesheet" type="text/css" href="{{=it.current_css}}?v={{=it.version}}" media="screen" />


+ 1
- 1
templates/default/styles/style-base.css View File

@@ -13,7 +13,7 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }

body {
font-family: 'Open Sans', sans-serif;
font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
line-height:18px;
color: #1c1c1c; /* Lighter on the eyes than #000 Black */
margin: 0px; background: #cccccc; background-size: cover;


Loading…
Cancel
Save