themes/hyde: Remove usage of Abril Fatface font

It's often too large for screens and PT Sans looks just fine

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-12 13:25:25 +05:30
parent 7e7477fdd3
commit e3559df423
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700">

View File

@ -79,7 +79,7 @@ html {
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
font-family: "PT Sans", serif;
font-size: 3.25rem;
}