Add Gentium from Google Fonts
This commit is contained in:
parent
22ea13bde8
commit
f2d03ed724
2 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Caesar Schinas</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Gentium+Basic&subset=latin-ext" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<script type="application/ld+json">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
html {
|
||||
background: #eee;
|
||||
font-family: "Gentium Plus", "Source Sans Pro", sans-serif;
|
||||
font-family: "Gentium Basic", serif;
|
||||
min-height: 80%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
|
@ -28,7 +28,7 @@ h1, .ipa {
|
|||
display: inline-block;
|
||||
}
|
||||
.ipa {
|
||||
color: #666;
|
||||
color: #888;
|
||||
margin: 0 0 0 1em;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue