From: Martin Kletzander Date: Fri, 18 Nov 2016 13:11:16 +0000 (+0100) Subject: docs: Clean-up font definitions X-Git-Tag: v2.5.0-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b458de9b9e391a897c893979473e003ce5427d7e;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/fonts/stylesheet.css b/docs/fonts/stylesheet.css index 4e98851937..e381bd47be 100644 --- a/docs/fonts/stylesheet.css +++ b/docs/fonts/stylesheet.css @@ -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 {