add 2 FiraCode fonts
This commit is contained in:
parent
c5a2ae47d7
commit
e0c5566f35
5 changed files with 103 additions and 0 deletions
|
|
@ -350,6 +350,8 @@ const fontFamilyOptions = {
|
|||
PressStart: 'PressStart2P',
|
||||
galactico: 'galactico',
|
||||
'we-come-in-peace': 'we-come-in-peace',
|
||||
FiraCode: 'FiraCode',
|
||||
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
||||
};
|
||||
|
||||
function SettingsTab({ scheduler }) {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,14 @@
|
|||
font-family: 'we-come-in-peace';
|
||||
src: url('/fonts/we-come-in-peace/we-come-in-peace-bb.regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'FiraCode';
|
||||
src: url('/fonts/FiraCode/FiraCode-Regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'FiraCode-SemiBold';
|
||||
src: url('/fonts/FiraCode/FiraCode-SemiBold.ttf');
|
||||
}
|
||||
|
||||
.cm-gutters {
|
||||
display: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue