chore: unify the order of the fonts

When displaying Mermaid diagrams they take the fonts from the Docusaurus
config, since the order was different to the one in the CSS for code, it
was different.

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-02-07 17:35:27 +01:00
parent 1e4b75a9de
commit f2d3c4246e
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ const config = {
mermaid: {
options: {
fontFamily:
"Iosevka,'Iosevka Term','Cascadia Code','JetBrains Mono','Fira Code',monospace",
"'JetBrains Mono', 'Cascadia Code PL', 'Iosevka', 'Fira Code', 'Hack', monospace",
},
},
algolia: {

View file

@ -32,7 +32,7 @@ kbd,
var,
tt,
text {
font-family: "Cascadia Code PL", "JetBrains Mono", "Iosevka", "Fira Code",
font-family: "JetBrains Mono", "Cascadia Code PL", "Iosevka", "Fira Code",
"Hack", monospace;
}