Closes #1316: Remove hard-coded `font-face` resources from epub theme.

This commit is contained in:
Georg Brandl
2014-01-19 11:38:41 +01:00
parent 3f7ecbde96
commit 97b3ac0187
2 changed files with 6 additions and 3 deletions

View File

@@ -107,6 +107,8 @@ Bugs fixed
* #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when
documenting classes that can't be pickled.
* #1316: Remove hard-coded ``font-face`` resources from epub theme.
Documentation
-------------

View File

@@ -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");
}
*/