add 2 FiraCode fonts

This commit is contained in:
Felix Roos 2023-03-24 21:23:37 +01:00
parent c5a2ae47d7
commit e0c5566f35
5 changed files with 103 additions and 0 deletions

View file

@ -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;