MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) No edit summary |
AdminIsidore (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
body, .mw-parser-output { | body, .mw-parser-output { | ||
font-family: 'Junicode', 'Quivira', 'DejaVu Sans', sans-serif; | font-family: 'Junicode', 'Quivira', 'DejaVu Sans', sans-serif; | ||
} | |||
@font-face { | |||
font-family: "IBMPlexMono"; | |||
src: url("https://www.ooda.wiki/resources/assets/fonts/IBMPlexMono-Regular.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
.glossary-graph, | |||
.documentation, | |||
.documentation-metadata, | |||
.documentation-heading, | |||
.documentation-toolbar { | |||
font-family: "IBMPlexMono", "Courier New", monospace; | |||
} | } | ||
.mermaid { | .mermaid { | ||