Update font
This commit is contained in:
parent
89c28d0a45
commit
aa5936c70b
30 changed files with 7 additions and 9 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
@ -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%;
|
||||
|
|
BIN
static/fonts/Inter-Black.ttf
Normal file
BIN
static/fonts/Inter-Black.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Bold.ttf
Normal file
BIN
static/fonts/Inter-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-ExtraBold.ttf
Normal file
BIN
static/fonts/Inter-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-ExtraLight.ttf
Normal file
BIN
static/fonts/Inter-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Light.ttf
Normal file
BIN
static/fonts/Inter-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Medium.ttf
Normal file
BIN
static/fonts/Inter-Medium.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Regular.ttf
Normal file
BIN
static/fonts/Inter-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-SemiBold.ttf
Normal file
BIN
static/fonts/Inter-SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Thin.ttf
Normal file
BIN
static/fonts/Inter-Thin.ttf
Normal file
Binary file not shown.
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue