Changed the body font to Overpass to match the header
This commit is contained in:
parent
f34ff67d15
commit
730e8db58b
2 changed files with 5 additions and 2 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="generator" content="vi and me :)" />
|
<meta name="generator" content="vi and me :)" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9999" />
|
<meta http-equiv="X-UA-Compatible" content="IE=9999" />
|
||||||
|
<!-- For the Overpass font family: -->
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Overpass:400,400i,700,700i&subset=latin-ext" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<title>Tuned project</title>
|
<title>Tuned project</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,11 @@ body {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: 0 10px
|
padding: 0 10px;
|
||||||
|
font-family: 'Overpass', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
line-height: 1.2
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue