From b458de9b9e391a897c893979473e003ce5427d7e Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 18 Nov 2016 14:11:16 +0100 Subject: [PATCH] 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 --- 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 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 { -- GitLab