From 56f8baf5038329f81e622ac279374aab313931d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Fri, 19 Nov 2021 11:36:58 -0700 Subject: [PATCH] Fixes broken font url --- styles/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/fonts.css b/styles/fonts.css index 1eeb5096cd..3a6642f9d4 100644 --- a/styles/fonts.css +++ b/styles/fonts.css @@ -114,7 +114,7 @@ @font-face { font-family: "Roboto"; - src: url("/fonts/roboto.ttf"); + src: url("/roboto.ttf"); } @font-face {