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:
parent
b3a7bd8c91
commit
0298809b61
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue