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 a {
|
||||
font-family: "Segoe UI";
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
/* Global parameters */
|
||||
:root {
|
||||
--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 */
|
||||
html {
|
||||
background-color: var(--background);
|
||||
font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", system-ui;
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
body,
|
||||
|
@ -23,7 +23,6 @@ main {
|
|||
position: relative;
|
||||
font-size: var(--font-size);
|
||||
padding: 2em 1em;
|
||||
font-family: var(--font-family);
|
||||
margin: 0 auto;
|
||||
max-width: 640px; /* breakpoint */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue