← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Chris Johnston has proposed merging lp:~cjohnston/launchpad/918284 into lp:launchpad.

Commit message:
Add the Ubuntu Mono webfont to the CSS

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #918284 in Launchpad itself: "Use Ubuntu Mono webfont so all users see it"
  https://bugs.launchpad.net/launchpad/+bug/918284

For more details, see:
https://code.launchpad.net/~cjohnston/launchpad/918284/+merge/215326
-- 
https://code.launchpad.net/~cjohnston/launchpad/918284/+merge/215326
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjohnston/launchpad/918284 into lp:launchpad.
=== 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 @@
   font-weight: normal;
   src: local('Ubuntu'), url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');
 }
+@font-face {
+  font-family: 'Ubuntu Mono';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ViZhet7Ak-LRXZMXzuAfkYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
+}
+@font-face {
+  font-family: 'Ubuntu Mono';
+  font-style: italic;
+  font-weight: 400;
+  src: local('Ubuntu Mono Italic'), local('UbuntuMono-Italic'), url(https://themes.googleusercontent.com/static/fonts/ubuntumono/v4/KAKuHXAHZOeECOWAHsRKA9kZXW4sYc4BjuAIFc1SXII.woff) format('woff');
+}


Follow ups