]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Add monospaced Overpass fonts
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 18 Nov 2016 13:56:08 +0000 (14:56 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 21 Nov 2016 12:15:12 +0000 (13:15 +0100)
Overpass 3.0 has monospaced fonts, so why not have the same font for
the monospaced parts of the documentation.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/fonts/overpass-mono-bold.woff [new file with mode: 0644]
docs/fonts/overpass-mono-light.woff [new file with mode: 0644]
docs/fonts/overpass-mono-regular.woff [new file with mode: 0644]
docs/fonts/overpass-mono-semibold.woff [new file with mode: 0644]
docs/fonts/stylesheet.css

diff --git a/docs/fonts/overpass-mono-bold.woff b/docs/fonts/overpass-mono-bold.woff
new file mode 100644 (file)
index 0000000..9b2dd0d
Binary files /dev/null and b/docs/fonts/overpass-mono-bold.woff differ
diff --git a/docs/fonts/overpass-mono-light.woff b/docs/fonts/overpass-mono-light.woff
new file mode 100644 (file)
index 0000000..19efd74
Binary files /dev/null and b/docs/fonts/overpass-mono-light.woff differ
diff --git a/docs/fonts/overpass-mono-regular.woff b/docs/fonts/overpass-mono-regular.woff
new file mode 100644 (file)
index 0000000..e79bd51
Binary files /dev/null and b/docs/fonts/overpass-mono-regular.woff differ
diff --git a/docs/fonts/overpass-mono-semibold.woff b/docs/fonts/overpass-mono-semibold.woff
new file mode 100644 (file)
index 0000000..500f0e4
Binary files /dev/null and b/docs/fonts/overpass-mono-semibold.woff differ
index 9b86bc448116ac12aac4c3eaf932f834ab67bf04..1a06f22c35e3e642d13a7b8e667151d4459eccaf 100644 (file)
        font-weight: 300;
        font-style: italic;
 }
+
+@font-face {
+       font-family: 'LibvirtOverpassMono';
+       src: url('overpass-mono-regular.woff') format('woff');
+       font-weight: normal;
+       font-style: normal;
+}
+
+@font-face {
+       font-family: 'LibvirtOverpassMono';
+       src: url('overpass-mono-bold.woff') format('woff');
+       font-weight: bold;
+       font-style: normal;
+}
+
+@font-face {
+       font-family: 'LibvirtOverpassMonoLight';
+       src: url('overpass-mono-light.woff') format('woff');
+       font-weight: 300;
+       font-style: normal;
+}