libvirt/docs/fonts/stylesheet.css

56 lines
1.2 KiB
CSS
Raw Normal View History

@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-Reg.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@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-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;
}