mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: Use Overpass Mono as the monospace font
Because this makes the font the same size as the non-monospaced one, let's change those properties a little bit as well. <pre/> will be shrunk a bit and <code/> inside <p/> or <dd/> will have slightly greyer background. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
63f20e6677
commit
d29ba605af
@ -71,3 +71,15 @@ h6 {
|
|||||||
margin-top: 0.75em;
|
margin-top: 0.75em;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code, pre {
|
||||||
|
font-family: LibvirtOverpassMono;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd code, p code {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user