mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
8c2d9794dc
We have a subdirectory specifically for CSS files now, so it makes sense to have the stylesheet that defines fonts to be there too. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
63 lines
1.4 KiB
CSS
63 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('../fonts/overpass-regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('../fonts/overpass-italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('../fonts/overpass-bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpass';
|
|
src: url('../fonts/overpass-bold-italic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassLight';
|
|
src: url('../fonts/overpass-light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassLight';
|
|
src: url('../fonts/overpass-light-italic.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassMono';
|
|
src: url('../fonts/overpass-mono-regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassMono';
|
|
src: url('../fonts/overpass-mono-bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibvirtOverpassMonoLight';
|
|
src: url('../fonts/overpass-mono-light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|