space mono added to all.css
This commit is contained in:
parent
2bb0076e4b
commit
01284345ee
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue