提交 b458de9b 编写于 作者: M Martin Kletzander

docs: Clean-up font definitions

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: NMartin Kletzander <mkletzan@redhat.com>
上级 0c1bfd2c
@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-face {
font-family: 'LibvirtOverpass'; font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-Reg.woff') format('woff'); src: url('hinted-Overpass-Reg.woff') format('woff');
...@@ -21,9 +7,9 @@ ...@@ -21,9 +7,9 @@
@font-face { @font-face {
font-family: 'LibvirtOverpass'; font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-Reg.woff') format('woff'); src: url('hinted-Overpass-Italic.woff') format('woff');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: italic;
} }
@font-face { @font-face {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册