Remove google fonts

pull/1/head
CryptoGrampy 2 years ago
parent f99868ca2d
commit 57801a59a2

@ -26,7 +26,6 @@
<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif:400,700' rel='stylesheet' type='text/css'>
<!-- RSS -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />

@ -178,7 +178,7 @@ p.table-title {
.newsbyte h4, h4.stat {
font-size: 18px;
font-family: 'PT Serif', serif;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 700;
@media (max-width: 480px) {
font-size: 16px;

@ -9,7 +9,7 @@
}
body {
font-family: 'PT Serif', serif;
font-family: Georgia, 'Times New Roman', Times, serif;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
@ -27,14 +27,14 @@ h1 {
font-size: 2.25em; /* 36px/16px */
line-height: 1.3333em; /* 48px/36px */
padding: 0.33335em 0; /* 12px/36px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: 'PT Sans', sans-serif;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-size: 1.5em; /* 24px/16px */
line-height: 1.5em; /* 24px/24px */
padding: 1em 0 0 0; /* 12px/24px * 2, only top (Use padding instead of margin to maintain proximity with paragwithph) */
font-family: 'PT Sans', sans-serif;
font-family: Arial, Helvetica, sans-serif;
@media (max-width: 480px) {
font-size: 1.6rem;
}
@ -44,7 +44,7 @@ h3 {
font-size: 1.3em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: 'PT Sans', sans-serif;
font-family: Arial, Helvetica, sans-serif;
}
.hted-head th {
@ -55,7 +55,7 @@ h4, h5, h6 {
font-size: 1.125em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: 'PT Sans', sans-serif;
font-family: Arial, Helvetica, sans-serif;
}
h5 {

Loading…
Cancel
Save