From eee3788a8a5ab39f5d762d81b30ab65cb685fb19 Mon Sep 17 00:00:00 2001
From: IRBorisov <8611739+IRBorisov@users.noreply.github.com>
Date: Tue, 26 Mar 2024 10:32:34 +0300
Subject: [PATCH] Add Fira Code font
---
rsconcept/frontend/index.html | 2 +-
rsconcept/frontend/src/styling/constants.css | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rsconcept/frontend/index.html b/rsconcept/frontend/index.html
index 235f2923..2d794583 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 625ad8f7..332f7edd 100644
--- a/rsconcept/frontend/src/styling/constants.css
+++ b/rsconcept/frontend/src/styling/constants.css
@@ -5,8 +5,8 @@
/* prettier-ignore */
:root {
--font-ui: 'Geologica', sans-serif;
- --font-main: 'Rubik', 'Noto Sans Math', 'Noto Sans Symbols 2', 'Segoe UI Symbol', sans-serif;
- --font-math: 'Noto Sans Math', 'Noto Sans Symbols 2', 'Rubik', '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;
/* Light Theme */
--cl-bg-120: hsl(000, 000%, 100%);