48 lines
1.1 KiB
CSS
48 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/assets/fonts/static/FiraCode-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/assets/fonts/static/FiraCode-Medium.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/assets/fonts/static/FiraCode-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/assets/fonts/static/FiraCode-Bold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code';
|
|
src: url('/assets/fonts/static/FiraCode-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fira Code VF';
|
|
src: url('/assets/fonts/FiraCode-VariableFont_wght.ttf') format('truetype-variations');
|
|
font-weight: 300 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|