diff --git a/static/fonts/FiraCode-Bold.woff2 b/static/fonts/FiraCode-Bold.woff2 new file mode 100644 index 0000000..7dc70b7 Binary files /dev/null and b/static/fonts/FiraCode-Bold.woff2 differ diff --git a/static/fonts/FiraCode-Light.woff2 b/static/fonts/FiraCode-Light.woff2 new file mode 100644 index 0000000..1938cfc Binary files /dev/null and b/static/fonts/FiraCode-Light.woff2 differ diff --git a/static/fonts/FiraCode-Medium.woff2 b/static/fonts/FiraCode-Medium.woff2 new file mode 100644 index 0000000..be09f4e Binary files /dev/null and b/static/fonts/FiraCode-Medium.woff2 differ diff --git a/static/fonts/FiraCode-Regular.woff2 b/static/fonts/FiraCode-Regular.woff2 new file mode 100644 index 0000000..e93ffe3 Binary files /dev/null and b/static/fonts/FiraCode-Regular.woff2 differ diff --git a/templates/editor.html b/templates/editor.html index 5abbfec..3d707e0 100755 --- a/templates/editor.html +++ b/templates/editor.html @@ -15,6 +15,10 @@ html, body, #content { width: 100%; } + @font-face { + font-family: "FiraCode"; + src: url("/static/fonts/FiraCode-Regular.woff2") format('woff2'); + }