mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: Add monospaced Overpass fonts
Overpass 3.0 has monospaced fonts, so why not have the same font for the monospaced parts of the documentation. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
9d936f12db
commit
63f20e6677
BIN
docs/fonts/overpass-mono-bold.woff
Normal file
BIN
docs/fonts/overpass-mono-bold.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-mono-light.woff
Normal file
BIN
docs/fonts/overpass-mono-light.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-mono-regular.woff
Normal file
BIN
docs/fonts/overpass-mono-regular.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-mono-semibold.woff
Normal file
BIN
docs/fonts/overpass-mono-semibold.woff
Normal file
Binary file not shown.
@ -39,3 +39,24 @@
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpassMono';
|
||||
src: url('overpass-mono-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpassMono';
|
||||
src: url('overpass-mono-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpassMonoLight';
|
||||
src: url('overpass-mono-light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user