From 164b76fad806b078aad8c537ba9bdcfbfc757dca Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 5 May 2026 11:39:54 +0500 Subject: css changes + error handling --- front/src/Fonts.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'front/src/Fonts.css') diff --git a/front/src/Fonts.css b/front/src/Fonts.css index c7f3bb6..8f287f6 100644 --- a/front/src/Fonts.css +++ b/front/src/Fonts.css @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=LXGW+Marker+Gothic&display=swap'); h1, h2 { font-family: "Rubik Dirt", system-ui; @@ -9,3 +10,7 @@ h1, h2 { a { font-family: "Rubik Dirt", system-ui; } + +p { + font-family: "LXGW Marker Gothic", sans-serif; +} -- cgit v1.3