From 7ccaf01d2c5391677b4ec7cf57184c74baa84a16 Mon Sep 17 00:00:00 2001
From: aleksandr-raw <104529174+aleksandr-raw@users.noreply.github.com>
Date: Tue, 30 Apr 2024 10:48:26 +0400
Subject: [PATCH] Setted Helvetica neue as default font
---
.../StartPageViewPublication/index.tsx | 9 ---------
lib/utils/themes/generic.ts | 4 ++--
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx
index b6f9a3b..9d8a7b8 100644
--- a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx
+++ b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx
@@ -116,7 +116,6 @@ export const StartPageViewPublication = () => {
? "white"
: theme.palette.text.primary,
wordBreak: settings.cfg.startpageType === "expanded" && settings.cfg.startpage.position === "center"? "normal" : "break-word",
- fontFamily: "Helvetica Neue",
}}
>
{settings.cfg.info.orgname}
@@ -170,7 +169,6 @@ export const StartPageViewPublication = () => {
>
{
{
variant="contained"
disabled={realQuestionsCount === 0}
sx={{
- fontFamily: "Helvetica Neue",
fontSize: "18px",
padding: "10px 20px",
width: "auto",
@@ -265,7 +261,6 @@ export const StartPageViewPublication = () => {
>
{
{
{
) : (
{
)}