Merge lp:~cjwatson/loggerhead/remove-ubuntu-beta-fonts into lp:loggerhead

Proposed by Colin Watson
Status: Merged
Merged at revision: 539
Proposed branch: lp:~cjwatson/loggerhead/remove-ubuntu-beta-fonts
Merge into: lp:loggerhead
Diff against target: 51 lines (+4/-4)
4 files modified
NEWS (+1/-1)
loggerhead/static/css/diff.css (+1/-1)
loggerhead/static/css/global.css (+1/-1)
loggerhead/static/css/view.css (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/loggerhead/remove-ubuntu-beta-fonts
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+429231@code.launchpad.net

Commit message

Remove references to UbuntuBeta fonts.

Description of the change

They're very obsolete.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve
536. By Colin Watson

Merge trunk.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'NEWS'
--- NEWS 2022-09-01 15:47:31 +0000
+++ NEWS 2022-09-06 15:22:16 +0000
@@ -4,7 +4,7 @@
42.0.242.0.2
5-----5-----
66
7 - Nothing yet.7 - Remove references to UbuntuBeta fonts. (Colin Watson, #1939189)
88
92.0.1 [01Sep2022]92.0.1 [01Sep2022]
10-----------------10-----------------
1111
=== modified file 'loggerhead/static/css/diff.css'
--- loggerhead/static/css/diff.css 2015-06-30 21:32:11 +0000
+++ loggerhead/static/css/diff.css 2022-09-06 15:22:16 +0000
@@ -71,7 +71,7 @@
71 padding: 0 1%;71 padding: 0 1%;
72 color: #000;72 color: #000;
73 font-size: 85%;73 font-size: 85%;
74 font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;74 font-family: 'Ubuntu Mono', monospace;
75 }75 }
76.unified .code {76.unified .code {
77 width: 87%;77 width: 87%;
7878
=== modified file 'loggerhead/static/css/global.css'
--- loggerhead/static/css/global.css 2018-09-08 16:32:24 +0000
+++ loggerhead/static/css/global.css 2022-09-06 15:22:16 +0000
@@ -26,7 +26,7 @@
26 }26 }
27body {27body {
28 font-weight: normal;28 font-weight: normal;
29 font-family: UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;29 font-family: Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
30 color: #000;30 color: #000;
31 background: #fff;31 background: #fff;
32 }32 }
3333
=== modified file 'loggerhead/static/css/view.css'
--- loggerhead/static/css/view.css 2019-09-19 08:10:36 +0000
+++ loggerhead/static/css/view.css 2022-09-06 15:22:16 +0000
@@ -26,7 +26,7 @@
26 }26 }
27.viewLine pre,27.viewLine pre,
28.viewCont pre {28.viewCont pre {
29 font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;29 font-family: 'Ubuntu Mono', monospace;
30 line-height: 1.1;30 line-height: 1.1;
31 }31 }
32.viewLine pre {32.viewLine pre {

Subscribers

People subscribed via source and target branches