From d7f7355e9fc1762d8af9d7ef5b35fedce2d76bd7 Mon Sep 17 00:00:00 2001 From: waifu Date: Mon, 3 Jun 2024 23:25:02 -0300 Subject: [PATCH] comments --- default_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_style.css b/default_style.css index b0b217f..13fe51d 100644 --- a/default_style.css +++ b/default_style.css @@ -1,7 +1,7 @@ -body, html{ +body{ font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */ } @font-face { font-family: CustomFont; - src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */ + src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); } \ No newline at end of file