diff --git a/frontend/src/styles/fonts.scss b/frontend/src/styles/fonts.scss index 632a43a25..45ca7f4ac 100644 --- a/frontend/src/styles/fonts.scss +++ b/frontend/src/styles/fonts.scss @@ -222,3 +222,11 @@ font-display: block; src: url("../webfonts/HackNerdFont-Regular.ttf") format("truetype"); } + +@font-face { + font-family: "CommitMono"; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/CommitMono-400-Regular.otf") format("opentype"); +} diff --git a/frontend/static/fonts/_list.json b/frontend/static/fonts/_list.json index 885898f0e..fe9e69bc2 100644 --- a/frontend/static/fonts/_list.json +++ b/frontend/static/fonts/_list.json @@ -90,5 +90,8 @@ }, { "name": "Hack" + }, + { + "name": "CommitMono" } ] diff --git a/frontend/static/webfonts/CommitMono-400-Regular.otf b/frontend/static/webfonts/CommitMono-400-Regular.otf new file mode 100644 index 000000000..39c52de11 Binary files /dev/null and b/frontend/static/webfonts/CommitMono-400-Regular.otf differ