From c4944b4d6a48381e3e8ba82ce113d3e0be544e4b Mon Sep 17 00:00:00 2001
From: IRBorisov <8611739+IRBorisov@users.noreply.github.com>
Date: Wed, 22 May 2024 12:50:13 +0300
Subject: [PATCH] Fix fonts issue for Safari
---
rsconcept/frontend/index.html | 2 +-
rsconcept/frontend/src/styling/constants.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsconcept/frontend/index.html b/rsconcept/frontend/index.html
index 2d794583..e62634be 100644
--- a/rsconcept/frontend/index.html
+++ b/rsconcept/frontend/index.html
@@ -10,7 +10,7 @@
diff --git a/rsconcept/frontend/src/styling/constants.css b/rsconcept/frontend/src/styling/constants.css
index 53255cbd..058969fa 100644
--- a/rsconcept/frontend/src/styling/constants.css
+++ b/rsconcept/frontend/src/styling/constants.css
@@ -4,7 +4,7 @@
/* prettier-ignore */
:root {
- --font-ui: 'Geologica', sans-serif;
+ --font-ui: 'Geologica', 'Fira Code', 'Segoe UI Symbol', sans-serif;
--font-main: 'Rubik', 'Fira Code', 'Noto Sans Math', 'Noto Sans Symbols 2', 'Segoe UI Symbol', sans-serif;
--font-math: 'Fira Code', 'Noto Sans Math', 'Noto Sans Symbols 2', 'Rubik', 'Segoe UI Symbol', sans-serif;
--font-math2: 'Noto Sans Math', 'Noto Sans Symbols 2', 'Rubik', 'Segoe UI Symbol', sans-serif;