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(a)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;
-}
-
-@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');
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