diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-05 11:39:54 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-05 11:39:54 +0500 |
| commit | 164b76fad806b078aad8c537ba9bdcfbfc757dca (patch) | |
| tree | 9e3d38765c307a88792c8e98c22a4d4673a03e40 /front/src/Fonts.css | |
| parent | b82265994c5f72c40f68c6b3a4960869b6a67951 (diff) | |
css changes + error handling
Diffstat (limited to 'front/src/Fonts.css')
| -rw-r--r-- | front/src/Fonts.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |
