mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
b458de9b9e
Some of those were duplicate, so remove those. In order to better see such things in the future, sort them so they are "regular, italic, bold, bold-italic, light, light-italic". Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
42 lines
896 B
CSS
42 lines
896 B
CSS
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('hinted-Overpass-Reg.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('hinted-Overpass-Italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('hinted-Overpass-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('hinted-Overpass-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassLight';
|
|
src: url('hinted-Overpass-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassLight';
|
|
src: url('hinted-Overpass-LightItalic.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|