space mono added to all.css

This commit is contained in:
ed barz 2024-02-29 14:25:26 +01:00
parent 2bb0076e4b
commit 01284345ee
1 changed files with 28 additions and 0 deletions

View File

@ -1133,6 +1133,34 @@
font-style: normal;
}
@font-face {
font-family: 'SpaceMono';
src: url('SpaceMono_R.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'SpaceMono';
src: url('SpaceMono_RI.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'SpaceMono';
src: url('SpaceMono_B.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'SpaceMono';
src: url('SpaceMono_BI.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'SurfingCapital';
src: url('SurfingCapital.ttf') format('truetype');