fix fonts
This commit is contained in:
parent
27838cf02d
commit
61b4e8570a
3 changed files with 2 additions and 4 deletions
|
@ -200,7 +200,6 @@ table.hljs-ln {
|
||||||
|
|
||||||
/* Footnotes */
|
/* Footnotes */
|
||||||
.footnotes a {
|
.footnotes a {
|
||||||
font-family: "Segoe UI";
|
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
/* Global parameters */
|
/* Global parameters */
|
||||||
:root {
|
:root {
|
||||||
--font-size: 1.15rem;
|
--font-size: 1.15rem;
|
||||||
--font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
|
--font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", system-ui;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Theme of the pages */
|
/* Theme of the pages */
|
||||||
html {
|
html {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", system-ui;
|
font-family: var(--font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
@ -23,7 +23,6 @@ main {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
padding: 2em 1em;
|
padding: 2em 1em;
|
||||||
font-family: var(--font-family);
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 640px; /* breakpoint */
|
max-width: 640px; /* breakpoint */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue