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
1=== modified file 'NEWS'
2--- NEWS 2022-09-01 15:47:31 +0000
3+++ NEWS 2022-09-06 15:22:16 +0000
4@@ -4,7 +4,7 @@
5 2.0.2
6 -----
7
8- - Nothing yet.
9+ - Remove references to UbuntuBeta fonts. (Colin Watson, #1939189)
10
11 2.0.1 [01Sep2022]
12 -----------------
13
14=== modified file 'loggerhead/static/css/diff.css'
15--- loggerhead/static/css/diff.css 2015-06-30 21:32:11 +0000
16+++ loggerhead/static/css/diff.css 2022-09-06 15:22:16 +0000
17@@ -71,7 +71,7 @@
18 padding: 0 1%;
19 color: #000;
20 font-size: 85%;
21- font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
22+ font-family: 'Ubuntu Mono', monospace;
23 }
24 .unified .code {
25 width: 87%;
26
27=== modified file 'loggerhead/static/css/global.css'
28--- loggerhead/static/css/global.css 2018-09-08 16:32:24 +0000
29+++ loggerhead/static/css/global.css 2022-09-06 15:22:16 +0000
30@@ -26,7 +26,7 @@
31 }
32 body {
33 font-weight: normal;
34- font-family: UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
35+ font-family: Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
36 color: #000;
37 background: #fff;
38 }
39
40=== modified file 'loggerhead/static/css/view.css'
41--- loggerhead/static/css/view.css 2019-09-19 08:10:36 +0000
42+++ loggerhead/static/css/view.css 2022-09-06 15:22:16 +0000
43@@ -26,7 +26,7 @@
44 }
45 .viewLine pre,
46 .viewCont pre {
47- font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
48+ font-family: 'Ubuntu Mono', monospace;
49 line-height: 1.1;
50 }
51 .viewLine pre {

Subscribers

People subscribed via source and target branches