diff options
| author | Georg Brandl <georg@python.org> | 2014-01-19 11:38:41 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-19 11:38:41 +0100 |
| commit | 029d8bec8503b5f1da91d86ca13a174d5753a4b9 (patch) | |
| tree | ac50f9ef117c6aa898f79f71c68176cc23dd81ac /sphinx | |
| parent | 4d8e32c234bbd1da45f39b94741aef476b377f02 (diff) | |
| download | sphinx-029d8bec8503b5f1da91d86ca13a174d5753a4b9.tar.gz | |
Closes #1316: Remove hard-coded ``font-face`` resources from epub theme.
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/themes/epub/static/epub.css | 7 |
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 |
