fonts: Update Inter font to v3.19
The Inter font has evolved significantly since the Inter UI days, and has been renamed to merely "Inter". Update the font and family name to get the latest bug fixes and improvements. Fonts downloaded from https://github.com/rsms/inter/releases/tag/v3.19.
This commit is contained in:
parent
57bd108819
commit
d3891ed760
26 changed files with 20 additions and 20 deletions
|
@ -1,50 +1,50 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url("../fonts/Inter-UI-Regular.woff2") format("woff2"),
|
src: url("../fonts/Inter-Regular.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-Regular.woff") format("woff");
|
url("../fonts/Inter-Regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url("../fonts/Inter-UI-Italic.woff2") format("woff2"),
|
src: url("../fonts/Inter-Italic.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-Italic.woff") format("woff");
|
url("../fonts/Inter-Italic.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("../fonts/Inter-UI-Medium.woff2") format("woff2"),
|
src: url("../fonts/Inter-Medium.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-Medium.woff") format("woff");
|
url("../fonts/Inter-Medium.woff") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),
|
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-MediumItalic.woff") format("woff");
|
url("../fonts/Inter-MediumItalic.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
src: url("../fonts/Inter-UI-Bold.woff2") format("woff2"),
|
src: url("../fonts/Inter-Bold.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-Bold.woff") format("woff");
|
url("../fonts/Inter-Bold.woff") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter UI';
|
font-family: 'Inter';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
src: url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),
|
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"),
|
||||||
url("../fonts/Inter-UI-BoldItalic.woff") format("woff");
|
url("../fonts/Inter-BoldItalic.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ html {
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Roboto",
|
font-family: Inter, -apple-system, BlinkMacSystemFont, "Roboto",
|
||||||
"Segoe UI", Helvetica, Arial, sans-serif;
|
"Segoe UI", Helvetica, Arial, sans-serif;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
BIN
static/fonts/Inter-Bold.woff
Normal file
BIN
static/fonts/Inter-Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Bold.woff2
Normal file
BIN
static/fonts/Inter-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Inter-BoldItalic.woff
Normal file
BIN
static/fonts/Inter-BoldItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-BoldItalic.woff2
Normal file
BIN
static/fonts/Inter-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Italic.woff
Normal file
BIN
static/fonts/Inter-Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Italic.woff2
Normal file
BIN
static/fonts/Inter-Italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Medium.woff
Normal file
BIN
static/fonts/Inter-Medium.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Medium.woff2
Normal file
BIN
static/fonts/Inter-Medium.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Inter-MediumItalic.woff
Normal file
BIN
static/fonts/Inter-MediumItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-MediumItalic.woff2
Normal file
BIN
static/fonts/Inter-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Regular.woff
Normal file
BIN
static/fonts/Inter-Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/Inter-Regular.woff2
Normal file
BIN
static/fonts/Inter-Regular.woff2
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.
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…
Add table
Add a link
Reference in a new issue