docs: Upgrade Overpass fonts to 3.0

Since we are using Overpass for the web pages, we might be using the
latest version.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander
2016-11-21 13:15:12 +01:00
parent b458de9b9e
commit 9d936f12db
13 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -1,41 +1,41 @@
@font-face {
font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-Reg.woff') format('woff');
src: url('overpass-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-Italic.woff') format('woff');
src: url('overpass-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-Bold.woff') format('woff');
src: url('overpass-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'LibvirtOverpass';
src: url('hinted-Overpass-BoldItalic.woff') format('woff');
src: url('overpass-bold-italic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'LibvirtOverpassLight';
src: url('hinted-Overpass-Light.woff') format('woff');
src: url('overpass-light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'LibvirtOverpassLight';
src: url('hinted-Overpass-LightItalic.woff') format('woff');
src: url('overpass-light-italic.woff') format('woff');
font-weight: 300;
font-style: italic;
}