drop_ubuntu_font.patch 928 B

1234567891011121314151617181920212223242526
  1. From fadbc1bd539a76edc4e576d00d218d1b4793a933 Mon Sep 17 00:00:00 2001
  2. From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
  3. Date: Thu, 8 Oct 2015 13:25:38 -0700
  4. Subject: drop_ubuntu_font
  5. Patch-Name: drop_ubuntu_font.patch
  6. ---
  7. werkzeug/debug/shared/style.css | 4 +---
  8. 1 file changed, 1 insertion(+), 3 deletions(-)
  9. diff --git a/werkzeug/debug/shared/style.css b/werkzeug/debug/shared/style.css
  10. index 2f4c5be..4e9fbe2 100644
  11. --- a/src/werkzeug/debug/shared/style.css
  12. +++ b/src/werkzeug/debug/shared/style.css
  13. @@ -1,9 +1,7 @@
  14. @font-face {
  15. - font-family: 'Ubuntu';
  16. + font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana';
  17. font-style: normal;
  18. font-weight: normal;
  19. - src: local('Ubuntu'), local('Ubuntu-Regular'),
  20. - url('?__debugger__=yes&cmd=resource&f=ubuntu.ttf') format('truetype');
  21. }
  22. body, input { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',