46 lines
1.1 KiB
CSS
46 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'Changa';
|
|
src: url('Changa-Medium.woff2') format('woff2'),
|
|
url('Changa-Medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Space Mono';
|
|
src: url('SpaceMono-Regular.woff2') format('woff2'),
|
|
url('SpaceMono-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Space Mono';
|
|
src: url('SpaceMono-BoldItalic.woff2') format('woff2'),
|
|
url('SpaceMono-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Space Mono';
|
|
src: url('SpaceMono-Bold.woff2') format('woff2'),
|
|
url('SpaceMono-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Changa';
|
|
src: url('Changa-SemiBold.woff2') format('woff2'),
|
|
url('Changa-SemiBold.woff') format('woff');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|