提交 9d936f12 编写于 作者: M Martin Kletzander

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: NMartin Kletzander <mkletzan@redhat.com>
上级 b458de9b
@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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册