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
1=== modified file 'lib/canonical/launchpad/icing/ubuntu-webfonts.css'
2--- lib/canonical/launchpad/icing/ubuntu-webfonts.css 2012-02-15 15:25:31 +0000
3+++ lib/canonical/launchpad/icing/ubuntu-webfonts.css 2014-04-11 02:06:23 +0000
4@@ -28,3 +28,15 @@
5 font-weight: normal;
6 src: local('Ubuntu'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');
7 }
8+@font-face {
9+ font-family: 'Ubuntu Mono';
10+ font-style: normal;
11+ font-weight: 400;
12+ src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ViZhet7Ak-LRXZMXzuAfkYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
13+}
14+@font-face {
15+ font-family: 'Ubuntu Mono';
16+ font-style: italic;
17+ font-weight: 400;
18+ src: local('Ubuntu Mono Italic'), local('UbuntuMono-Italic'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/KAKuHXAHZOeECOWAHsRKA9kZXW4sYc4BjuAIFc1SXII.woff) format('woff');
19+}