File: drop_ubuntu_font.patch

package info (click to toggle)
python-werkzeug 0.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,940 kB
  • sloc: python: 16,194; makefile: 143; pascal: 66; xml: 16
file content (16 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ubuntu.ttf has been removed from Debian package
Index: python-werkzeug-0.8.1/werkzeug/debug/shared/style.css
===================================================================
--- python-werkzeug-0.8.1.orig/werkzeug/debug/shared/style.css
+++ python-werkzeug-0.8.1/werkzeug/debug/shared/style.css
@@ -1,9 +1,7 @@
 @font-face {
-  font-family: 'Ubuntu';
+  font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana';
   font-style: normal;
   font-weight: normal;
-  src: local('Ubuntu'), local('Ubuntu-Regular'),
-    url('?__debugger__=yes&cmd=resource&f=ubuntu.ttf') format('truetype');
 }
 
 body, input  { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',