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