]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Clean-up font definitions
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 18 Nov 2016 13:11:16 +0000 (14:11 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 21 Nov 2016 12:15:12 +0000 (13:15 +0100)
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>
docs/fonts/stylesheet.css

index 4e988519374d50c1e1b92910f0cfb9c57d5106a9..e381bd47be592342e6d3d782f918f1195ab4087c 100644 (file)
@@ -1,17 +1,3 @@
-@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');
@@ -21,9 +7,9 @@
 
 @font-face {
        font-family: 'LibvirtOverpass';
-       src: url('hinted-Overpass-Reg.woff') format('woff');
+       src: url('hinted-Overpass-Italic.woff') format('woff');
        font-weight: normal;
-       font-style: normal;
+       font-style: italic;
 }
 
 @font-face {