mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: Upgrade Overpass fonts to 3.0
Since we are using Overpass for the web pages, we might be using the latest version. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
b458de9b9e
commit
9d936f12db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/fonts/overpass-bold-italic.woff
Normal file
BIN
docs/fonts/overpass-bold-italic.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-bold.woff
Normal file
BIN
docs/fonts/overpass-bold.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-italic.woff
Normal file
BIN
docs/fonts/overpass-italic.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-light-italic.woff
Normal file
BIN
docs/fonts/overpass-light-italic.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-light.woff
Normal file
BIN
docs/fonts/overpass-light.woff
Normal file
Binary file not shown.
BIN
docs/fonts/overpass-regular.woff
Normal file
BIN
docs/fonts/overpass-regular.woff
Normal file
Binary file not shown.
@ -1,41 +1,41 @@
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpass';
|
||||
src: url('hinted-Overpass-Reg.woff') format('woff');
|
||||
src: url('overpass-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpass';
|
||||
src: url('hinted-Overpass-Italic.woff') format('woff');
|
||||
src: url('overpass-italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpass';
|
||||
src: url('hinted-Overpass-Bold.woff') format('woff');
|
||||
src: url('overpass-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpass';
|
||||
src: url('hinted-Overpass-BoldItalic.woff') format('woff');
|
||||
src: url('overpass-bold-italic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpassLight';
|
||||
src: url('hinted-Overpass-Light.woff') format('woff');
|
||||
src: url('overpass-light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LibvirtOverpassLight';
|
||||
src: url('hinted-Overpass-LightItalic.woff') format('woff');
|
||||
src: url('overpass-light-italic.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user