mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
fonts: IBM Plex Mono, Basteleur, Sorts Mill Goudy
This commit is contained in:
BIN
packages/frontend/public/fonts/Basteleur-Bold.woff
Normal file
BIN
packages/frontend/public/fonts/Basteleur-Bold.woff
Normal file
Binary file not shown.
BIN
packages/frontend/public/fonts/Basteleur-Bold.woff2
Normal file
BIN
packages/frontend/public/fonts/Basteleur-Bold.woff2
Normal file
Binary file not shown.
BIN
packages/frontend/public/fonts/Basteleur-Moonlight.woff
Normal file
BIN
packages/frontend/public/fonts/Basteleur-Moonlight.woff
Normal file
Binary file not shown.
BIN
packages/frontend/public/fonts/Basteleur-Moonlight.woff2
Normal file
BIN
packages/frontend/public/fonts/Basteleur-Moonlight.woff2
Normal file
Binary file not shown.
BIN
packages/frontend/public/fonts/SortsMillGoudy-Italic.woff
Normal file
BIN
packages/frontend/public/fonts/SortsMillGoudy-Italic.woff
Normal file
Binary file not shown.
BIN
packages/frontend/public/fonts/SortsMillGoudy-Regular.woff
Normal file
BIN
packages/frontend/public/fonts/SortsMillGoudy-Regular.woff
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
|
@import "./fonts.css";
|
||||||
|
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@import "tw-animate-css";
|
@import "tw-animate-css";
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Fira Code", monospace;
|
font-family: "IBM Plex Mono", monospace;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
51
packages/frontend/src/fonts.css
Normal file
51
packages/frontend/src/fonts.css
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Basteleur";
|
||||||
|
src:
|
||||||
|
url("/fonts/Basteleur-Bold.woff2") format("woff2"),
|
||||||
|
url("/fonts/Basteleur-Bold.woff") format("woff");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Basteleur";
|
||||||
|
src:
|
||||||
|
url("/fonts/Basteleur-Moonlight.woff2") format("woff2"),
|
||||||
|
url("/fonts/Basteleur-Moonlight.woff") format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Sorts Mill Goudy";
|
||||||
|
src: url("/fonts/SortsMillGoudy-Regular.woff") format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Sorts Mill Goudy";
|
||||||
|
src: url("/fonts/SortsMillGoudy-Italic.woff") format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.font-mono {
|
||||||
|
font-family: "IBM Plex Mono", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.font-basteleur {
|
||||||
|
font-family: "Basteleur", serif;
|
||||||
|
line-height: 1;
|
||||||
|
transform: translateY(0.1em);
|
||||||
|
}
|
||||||
|
|
||||||
|
.font-goudy {
|
||||||
|
font-family: "Sorts Mill Goudy", serif;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user