diff --git a/background.html b/background.html
index ce5acb12ce..738377b206 100644
--- a/background.html
+++ b/background.html
@@ -29,17 +29,54 @@
Signal
+
+
+
+
+
+
{
- const font = new window.FontFace('Inter', 'url("fonts/InterVariable.woff2")');
+ const font = new window.FontFace(
+ 'Inter',
+ 'url("fonts/inter-v3.19/Inter-Regular.woff2")'
+ );
await font.load();
const measurerCanvas = document.createElement('canvas');