Remove the open sans font, in addition of being completely self served IMHO Century Gothic is better. fix #205
This commit is contained in:
parent
934e4f9fa1
commit
a99e9725cc
|
@ -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" />
|
||||
|
|
|
@ -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…
Reference in a new issue