summaryrefslogtreecommitdiff
path: root/sphinx/themes/epub/static/epub.css
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/themes/epub/static/epub.css')
-rw-r--r--sphinx/themes/epub/static/epub.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/sphinx/themes/epub/static/epub.css b/sphinx/themes/epub/static/epub.css
index 3f4664f6..6c8ff5e7 100644
--- a/sphinx/themes/epub/static/epub.css
+++ b/sphinx/themes/epub/static/epub.css
@@ -339,7 +339,7 @@ dl.glossary dt {
/* -- code displays --------------------------------------------------------- */
pre {
- font-family: "LiberationNarrow", monospace;
+ font-family: monospace;
overflow: auto;
overflow-y: hidden;
}
@@ -360,7 +360,7 @@ table.highlighttable td {
}
tt {
- font-family: "LiberationNarrow", monospace;
+ font-family: monospace;
}
tt.descname {
@@ -432,6 +432,7 @@ table .link-target {
/* -- font-face ------------------------------------------------------------- */
+/*
@font-face {
font-family: "LiberationNarrow";
font-style: normal;
@@ -460,4 +461,4 @@ table .link-target {
src: url("res:///Data/fonts/LiberationNarrow-BoldItalic.otf")
format("opentype");
}
-
+*/ \ No newline at end of file