Eliminate Goolgle Fonts in favor of Poppins, an open-source font, which was ironically enough designed to be published via Google Fonts

This commit is contained in:
Quad 2019-09-13 19:13:49 +02:00
parent b3a7bd8c91
commit 0298809b61
6 changed files with 20 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,18 @@
@font-face {
font-family: 'Poppins';
src: url('Poppins-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('Poppins-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('Poppins-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
}

View File

@ -3,9 +3,9 @@
<title>Quad's site</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/favicon.png" type="image/png"/>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.0.11/css/fork-awesome.min.css" integrity="sha256-MGU/JUq/40CFrfxjXb5pZjpoZmxiP2KuICN5ElLFNd8=" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" />
<link href="assets/fonts/poppins/poppins.css" rel="stylesheet" />
</head>
<body>
<div id="site">

View File

@ -40,7 +40,7 @@ a:hover {
overflow: hidden;
margin: 0;
color: #FFF;
font-family: "Lato", sans-serif;
font-family: "Poppins", sans-serif;
}
#content {