SpaceMono added
This commit is contained in:
parent
318f051c31
commit
2bb0076e4b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,27 @@
|
|||
@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;
|
||||
}
|
Loading…
Reference in New Issue