[dw-free] Some fonts in themes are not formatted properly
[commit: http://hg.dwscoalition.org/dw-free/rev/e310992a7e9d]
http://bugs.dwscoalition.org/show_bug.cgi?id=4093
Fix typo spawned by previous typo fix (oops!)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4093
Fix typo spawned by previous typo fix (oops!)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/funkycircles/layout.s2
-------------------------------------------------------------------------------- diff -r bfafe42ad22d -r e310992a7e9d bin/upgrading/s2layers/funkycircles/layout.s2 --- a/bin/upgrading/s2layers/funkycircles/layout.s2 Sun Dec 11 01:56:26 2011 +0800 +++ b/bin/upgrading/s2layers/funkycircles/layout.s2 Sun Dec 11 04:49:39 2011 +0800 @@ -64,7 +64,7 @@ ## Fonts ##=============================== -set font_base = "'Trebuchet MS', 'DejaVu San'"; +set font_base = "'Trebuchet MS', 'DejaVu Sans'"; set font_fallback = "sans-serif"; set font_base_size = "1"; set font_base_units = "em"; --------------------------------------------------------------------------------