Merge lp:~cjohnston/launchpad/918284 into lp:launchpad

Proposed by Chris Johnston
Status: Rejected
Rejected by: William Grant
Proposed branch: lp:~cjohnston/launchpad/918284
Merge into: lp:launchpad
Diff against target: 19 lines (+12/-0)
1 file modified
lib/canonical/launchpad/icing/ubuntu-webfonts.css (+12/-0)
To merge this branch: bzr merge lp:~cjohnston/launchpad/918284
Reviewer Review Type Date Requested Status
William Grant Disapprove
Review via email: mp+215326@code.launchpad.net

Commit message

Add the Ubuntu Mono webfont to the CSS

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) wrote :

We no longer use Ubuntu Mono, as the metrics make it difficult to reasonably size next to a proportional font.

review: Disapprove

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/canonical/launchpad/icing/ubuntu-webfonts.css'
--- lib/canonical/launchpad/icing/ubuntu-webfonts.css 2012-02-15 15:25:31 +0000
+++ lib/canonical/launchpad/icing/ubuntu-webfonts.css 2014-04-11 02:06:23 +0000
@@ -28,3 +28,15 @@
28 font-weight: normal;28 font-weight: normal;
29 src: local('Ubuntu'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');29 src: local('Ubuntu'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');
30}30}
31@font-face {
32 font-family: 'Ubuntu Mono';
33 font-style: normal;
34 font-weight: 400;
35 src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ViZhet7Ak-LRXZMXzuAfkYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
36}
37@font-face {
38 font-family: 'Ubuntu Mono';
39 font-style: italic;
40 font-weight: 400;
41 src: local('Ubuntu Mono Italic'), local('UbuntuMono-Italic'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/KAKuHXAHZOeECOWAHsRKA9kZXW4sYc4BjuAIFc1SXII.woff) format('woff');
42}