diff --git a/templates/default/file.html b/templates/default/file.html index e25bf87..0982525 100644 --- a/templates/default/file.html +++ b/templates/default/file.html @@ -27,7 +27,6 @@ - diff --git a/templates/default/styles/style-base.css b/templates/default/styles/style-base.css index b15eae2..b92013f 100644 --- a/templates/default/styles/style-base.css +++ b/templates/default/styles/style-base.css @@ -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;