diff --git a/docs/fonts/stylesheet.css b/docs/fonts/stylesheet.css index 4e988519374d50c1e1b92910f0cfb9c57d5106a9..e381bd47be592342e6d3d782f918f1195ab4087c 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 {