Setted Helvetica neue as default font
This commit is contained in:
parent
acb5354b1e
commit
7ccaf01d2c
@ -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 = () => {
|
||||
>
|
||||
<Typography
|
||||
sx={{
|
||||
fontFamily: "Helvetica Neue",
|
||||
fontWeight: "500",
|
||||
fontSize: "26px",
|
||||
fontStyle: "normal",
|
||||
@ -193,7 +191,6 @@ export const StartPageViewPublication = () => {
|
||||
</Typography>
|
||||
<Typography
|
||||
sx={{
|
||||
fontFamily: "Helvetica Neue",
|
||||
fontSize: "17px",
|
||||
fontWeight: "400",
|
||||
margin: "16px 0 30px",
|
||||
@ -221,7 +218,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 = () => {
|
||||
>
|
||||
<Typography
|
||||
sx={{
|
||||
fontFamily: "Helvetica Neue",
|
||||
fontSize: "16px",
|
||||
color: theme.palette.primary.main,
|
||||
overflow: "hidden",
|
||||
@ -284,7 +279,6 @@ export const StartPageViewPublication = () => {
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: "16px",
|
||||
fontFamily: "Helvetica Neue",
|
||||
color:
|
||||
settings.cfg.startpageType === "expanded"
|
||||
? "#FFFFFF"
|
||||
@ -299,7 +293,6 @@ export const StartPageViewPublication = () => {
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: "16px",
|
||||
fontFamily: "Helvetica Neue",
|
||||
color:
|
||||
settings.cfg.startpageType === "expanded"
|
||||
? "#FFFFFF"
|
||||
@ -313,7 +306,6 @@ export const StartPageViewPublication = () => {
|
||||
) : (
|
||||
<Typography
|
||||
sx={{
|
||||
fontFamily: "Helvetica Neue",
|
||||
fontSize: "16px",
|
||||
marginTop: "5px",
|
||||
color:
|
||||
@ -327,7 +319,6 @@ export const StartPageViewPublication = () => {
|
||||
)}
|
||||
<Typography
|
||||
sx={{
|
||||
fontFamily: "Helvetica Neue",
|
||||
width: "100%",
|
||||
overflowWrap: "break-word",
|
||||
fontSize: "12px",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { createTheme } from "@mui/material";
|
||||
import {createTheme} from "@mui/material";
|
||||
|
||||
declare module '@mui/material/Button' {
|
||||
interface ButtonPropsVariantOverrides {
|
||||
@ -89,12 +89,12 @@ const theme = createTheme({
|
||||
fontWeight: 500,
|
||||
},
|
||||
fontFamily: [
|
||||
'"Helvetica Neue"',
|
||||
"Twemoji Country Flags",
|
||||
"Rubik",
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
'"Segoe UI"',
|
||||
'"Helvetica Neue"',
|
||||
"Arial",
|
||||
"sans-serif",
|
||||
'"Apple Color Emoji"',
|
||||
|
Loading…
Reference in New Issue
Block a user