mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
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:
parent
1e4b75a9de
commit
f2d3c4246e
2 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ const config = {
|
||||||
mermaid: {
|
mermaid: {
|
||||||
options: {
|
options: {
|
||||||
fontFamily:
|
fontFamily:
|
||||||
"Iosevka,'Iosevka Term','Cascadia Code','JetBrains Mono','Fira Code',monospace",
|
"'JetBrains Mono', 'Cascadia Code PL', 'Iosevka', 'Fira Code', 'Hack', monospace",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
algolia: {
|
algolia: {
|
||||||
|
|
|
@ -32,7 +32,7 @@ kbd,
|
||||||
var,
|
var,
|
||||||
tt,
|
tt,
|
||||||
text {
|
text {
|
||||||
font-family: "Cascadia Code PL", "JetBrains Mono", "Iosevka", "Fira Code",
|
font-family: "JetBrains Mono", "Cascadia Code PL", "Iosevka", "Fira Code",
|
||||||
"Hack", monospace;
|
"Hack", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue