fix:fonts
This commit is contained in:
BIN
apps/web/public/fonts/IntroDemoBlackCaps.woff
Normal file
BIN
apps/web/public/fonts/IntroDemoBlackCaps.woff
Normal file
Binary file not shown.
BIN
apps/web/public/fonts/IntroDemoBlackCapsInline.woff
Normal file
BIN
apps/web/public/fonts/IntroDemoBlackCapsInline.woff
Normal file
Binary file not shown.
@@ -1,12 +1,24 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@import url("https://fonts.cdnfonts.com/css/intro");
|
|
||||||
|
|
||||||
/* Intro font family */
|
/* Intro font family - Self hosted */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Intro";
|
font-family: "Intro";
|
||||||
src: local("Intro"), local("Intro Regular");
|
src:
|
||||||
|
local("Intro Demo"),
|
||||||
|
url("/fonts/IntroDemoBlackCaps.woff") format("woff");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Intro Inline";
|
||||||
|
src:
|
||||||
|
local("Intro Demo"),
|
||||||
|
url("/fonts/IntroDemoBlackCapsInline.woff") format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smooth scrolling for the entire page */
|
/* Smooth scrolling for the entire page */
|
||||||
|
|||||||
Reference in New Issue
Block a user