Add Gentium from Google Fonts

This commit is contained in:
Caesar Schinas 2017-09-01 16:16:56 -03:00
parent 22ea13bde8
commit f2d03ed724
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Caesar Schinas</title> <title>Caesar Schinas</title>
<link href="https://fonts.googleapis.com/css?family=Gentium+Basic&amp;subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" /> <link rel="stylesheet" href="./font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="./style.css" /> <link rel="stylesheet" href="./style.css" />
<script type="application/ld+json"> <script type="application/ld+json">

View file

@ -1,6 +1,6 @@
html { html {
background: #eee; background: #eee;
font-family: "Gentium Plus", "Source Sans Pro", sans-serif; font-family: "Gentium Basic", serif;
min-height: 80%; min-height: 80%;
display: flex; display: flex;
flex-flow: column; flex-flow: column;
@ -28,7 +28,7 @@ h1, .ipa {
display: inline-block; display: inline-block;
} }
.ipa { .ipa {
color: #666; color: #888;
margin: 0 0 0 1em; margin: 0 0 0 1em;
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }