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: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2016-11-18 14:11:16 +01:00
parent 0c1bfd2c8d
commit b458de9b9e

View File

@ -1,3 +1,10 @@
@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');
@ -12,27 +19,6 @@
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');