diff --git a/frontend/src/styles/fonts.scss b/frontend/src/styles/fonts.scss index b5f778813..473f50a21 100644 --- a/frontend/src/styles/fonts.scss +++ b/frontend/src/styles/fonts.scss @@ -206,3 +206,11 @@ font-display: block; src: url("../webfonts/IBMPlexMono-Regular.ttf") format("truetype"); } + +@font-face { + font-family: "Overpass Mono"; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/OverpassMono-VariableFont_wght.ttf") format("truetype"); +} diff --git a/frontend/static/fonts/_list.json b/frontend/static/fonts/_list.json index 2fd90cb32..145fa4be7 100644 --- a/frontend/static/fonts/_list.json +++ b/frontend/static/fonts/_list.json @@ -84,5 +84,8 @@ }, { "name": "IBM Plex Mono" + }, + { + "name": "Overpass Mono" } ] diff --git a/frontend/static/webfonts/OverpassMono-VariableFont_wght.ttf b/frontend/static/webfonts/OverpassMono-VariableFont_wght.ttf new file mode 100644 index 000000000..71ef818b3 Binary files /dev/null and b/frontend/static/webfonts/OverpassMono-VariableFont_wght.ttf differ