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

This commit is contained in:
Sébastien Lucas 2015-05-20 17:43:47 +02:00
rodzic 934e4f9fa1
commit a99e9725cc
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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