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,3 +1,10 @@ +@font-face { + font-family: 'LibvirtOverpass'; + src: url('hinted-Overpass-Reg.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + @font-face { font-family: 'LibvirtOverpass'; src: url('hinted-Overpass-Italic.woff') format('woff'); @@ -12,27 +19,6 @@ font-style: normal; } -@font-face { - font-family: 'LibvirtOverpass'; - src: url('hinted-Overpass-Reg.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'LibvirtOverpass'; - src: url('hinted-Overpass-Reg.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@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-BoldItalic.woff') format('woff');