2019-11-10 11:45:15 +00:00
|
|
|
@font-face {
|
2020-02-21 13:10:27 +00:00
|
|
|
font-family: 'SpaceMono';
|
2019-11-10 11:45:15 +00:00
|
|
|
src: url('../fonts/space-mono/SpaceMono-Regular.ttf') format('truetype');
|
|
|
|
font-weight: 300;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-02-21 13:10:27 +00:00
|
|
|
font-family: 'SpaceMono';
|
2019-11-10 11:45:15 +00:00
|
|
|
src: url('../fonts/space-mono/SpaceMono-Bold.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-02-21 13:10:27 +00:00
|
|
|
font-family: 'SpaceMono';
|
2020-02-21 11:44:13 +00:00
|
|
|
src: url('../fonts/space-mono/SpaceMono-Italic.ttf') format('truetype');
|
2019-11-10 11:45:15 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-02-21 13:10:27 +00:00
|
|
|
font-family: 'SpaceMono';
|
2019-11-10 11:45:15 +00:00
|
|
|
src: url('../fonts/space-mono/SpaceMono-BoldItalic.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2020-02-21 11:44:13 +00:00
|
|
|
|
2020-02-21 13:10:27 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'JetBrains-Mono';
|
|
|
|
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
|
|
|
font-weight: 300;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'JetBrains-Mono';
|
|
|
|
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'JetBrains-Mono';
|
|
|
|
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Italic.ttf') format('truetype');
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'JetBrains-Mono';
|
|
|
|
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold-Italic.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2020-02-21 11:44:13 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Orator Std Slanted';
|
|
|
|
src: url('../fonts/OratorStd/Orator-Std-Slanted.ttf') format('truetype');
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
}
|