[libvirt] [PATCH 1/4] docs: Clean-up font definitions

Martin Kletzander mkletzan at redhat.com
Fri Nov 18 15:05:51 UTC 2016


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 at redhat.com>
---
 docs/fonts/stylesheet.css | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/docs/fonts/stylesheet.css b/docs/fonts/stylesheet.css
index 4e988519374d..e381bd47be59 100644
--- a/docs/fonts/stylesheet.css
+++ b/docs/fonts/stylesheet.css
@@ -1,19 +1,5 @@
 @font-face {
 	font-family: 'LibvirtOverpass';
-	src: url('hinted-Overpass-Italic.woff') format('woff');
-	font-weight: normal;
-	font-style: italic;
-}
-
- at font-face {
-	font-family: 'LibvirtOverpass';
-	src: url('hinted-Overpass-Bold.woff') format('woff');
-	font-weight: bold;
-	font-style: normal;
-}
-
- at font-face {
-	font-family: 'LibvirtOverpass';
 	src: url('hinted-Overpass-Reg.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
@@ -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 {
-- 
2.10.2




More information about the libvir-list mailing list