diff --git a/app/static/font.css b/app/static/font.css index cdbadfd..6e4d61d 100644 --- a/app/static/font.css +++ b/app/static/font.css @@ -6,5 +6,5 @@ font-style: normal; font-weight: 300; font-display: swap; - src: url("/ubuntu.ttf"); + src: url("/ubuntu.woff2") format("woff2"); } diff --git a/app/static/ubuntu.ttf b/app/static/ubuntu.ttf deleted file mode 100644 index 45a038b..0000000 Binary files a/app/static/ubuntu.ttf and /dev/null differ diff --git a/app/static/ubuntu.woff2 b/app/static/ubuntu.woff2 new file mode 100644 index 0000000..58512d1 Binary files /dev/null and b/app/static/ubuntu.woff2 differ