52 lines
1.2 KiB
HTML
52 lines
1.2 KiB
HTML
<style>
|
|
@font-face {
|
|
font-family: 'Plus Jakarta Sans';
|
|
src: url('/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
|
|
font-weight: 200 800;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Plus Jakarta Sans';
|
|
src: url('/fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
|
|
font-weight: 200 800;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/fonts/FiraCode-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/fonts/FiraCode-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/fonts/FiraCode-Medium.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/fonts/FiraCode-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/fonts/FiraCode-Bold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
</style>
|