mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 more SF Pro Display
This commit is contained in:
@ -149,7 +149,7 @@ interface Types {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const baseProperties = {
|
const baseProperties = {
|
||||||
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
|
fontFamily: '"SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif',
|
||||||
fontWeightLighter: 100,
|
fontWeightLighter: 100,
|
||||||
fontWeightLight: 300,
|
fontWeightLight: 300,
|
||||||
fontWeightRegular: 400,
|
fontWeightRegular: 400,
|
||||||
|
@ -149,7 +149,7 @@ interface Types {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const baseProperties = {
|
const baseProperties = {
|
||||||
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
|
fontFamily: '"SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif',
|
||||||
fontWeightLighter: 100,
|
fontWeightLighter: 100,
|
||||||
fontWeightLight: 300,
|
fontWeightLight: 300,
|
||||||
fontWeightRegular: 400,
|
fontWeightRegular: 400,
|
||||||
|
@ -153,7 +153,7 @@ interface Types
|
|||||||
}
|
}
|
||||||
|
|
||||||
const baseProperties = {
|
const baseProperties = {
|
||||||
fontFamily: "\"Roboto\", \"Helvetica\", \"Arial\", sans-serif",
|
fontFamily: "\"SF Pro Display\", \"Roboto\", \"Helvetica\", \"Arial\", sans-serif",
|
||||||
fontWeightLighter: 100,
|
fontWeightLighter: 100,
|
||||||
fontWeightLight: 300,
|
fontWeightLight: 300,
|
||||||
fontWeightRegular: 400,
|
fontWeightRegular: 400,
|
||||||
|
@ -63,7 +63,7 @@ const options = {
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
@ -86,7 +86,7 @@ const options = {
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
|
@ -67,7 +67,7 @@ const options = {
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
@ -88,7 +88,7 @@ const options = {
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
|
@ -69,7 +69,7 @@ function configs(labels: any, datasets: any)
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
@ -90,7 +90,7 @@ function configs(labels: any, datasets: any)
|
|||||||
font: {
|
font: {
|
||||||
size: 14,
|
size: 14,
|
||||||
weight: 300,
|
weight: 300,
|
||||||
family: "Roboto",
|
family: "SF Pro Display,Roboto",
|
||||||
style: "normal",
|
style: "normal",
|
||||||
lineHeight: 2,
|
lineHeight: 2,
|
||||||
},
|
},
|
||||||
|
@ -1118,7 +1118,7 @@ function RecordQuery({table, launchProcess}: Props): JSX.Element
|
|||||||
exportWindow.document.write(`<html lang="en">
|
exportWindow.document.write(`<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
* { font-family: "Roboto","Helvetica","Arial",sans-serif; }
|
* { font-family: "SF Pro Display","Roboto","Helvetica","Arial",sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
<title>${filename}</title>
|
<title>${filename}</title>
|
||||||
<script>
|
<script>
|
||||||
|
@ -134,7 +134,7 @@ export default class HtmlUtils
|
|||||||
openInWindow.document.write(`<html lang="en">
|
openInWindow.document.write(`<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
* { font-family: "Roboto","Helvetica","Arial",sans-serif; }
|
* { font-family: "SF Pro Display","Roboto","Helvetica","Arial",sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
<title>${filename}</title>
|
<title>${filename}</title>
|
||||||
<script>
|
<script>
|
||||||
|
Reference in New Issue
Block a user