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
parent 934e4f9fa1
commit a99e9725cc
2 changed files with 1 additions and 2 deletions

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;