Update font

This commit is contained in:
Michael Zhang 2022-07-19 04:15:10 -05:00
parent 89c28d0a45
commit aa5936c70b
30 changed files with 7 additions and 9 deletions

View File

@ -5,20 +5,20 @@
}
@font-face {
font-family: "Poppins";
font-family: "Inter";
font-weight: 300;
src: url(/fonts/Poppins-Light.ttf) format("truetype");
src: url(/fonts/Inter-Light.ttf) format("truetype");
}
@font-face {
font-family: "Poppins";
font-family: "Inter";
font-weight: 400;
src: url(/fonts/Poppins-Regular.ttf) format("truetype");
src: url(/fonts/Inter-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Poppins";
font-family: "Inter";
font-weight: 700;
src: url(/fonts/Poppins-Bold.ttf) format("truetype");
src: url(/fonts/Inter-Bold.ttf) format("truetype");
}

View File

@ -1,7 +1,5 @@
// SIMPLE GRID - SASS/SCSS
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
html,
body {
height: 100%;

Binary file not shown.

BIN
static/fonts/Inter-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
static/fonts/Inter-Thin.ttf Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins)
Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.