← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~petermakowski/launchpad:update-ubuntu-font into launchpad:master

 

Peter Makowski has proposed merging ~petermakowski/launchpad:update-ubuntu-font into launchpad:master.

Commit message:
update Ubuntu Mono variable font

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~petermakowski/launchpad/+git/launchpad/+merge/447969
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~petermakowski/launchpad:update-ubuntu-font into launchpad:master.
diff --git a/lib/canonical/launchpad/icing/fonts/UbuntuMonoBeta0.865[wght]-latin.woff2 b/lib/canonical/launchpad/icing/fonts/UbuntuMonoBeta0.865[wght]-latin.woff2
deleted file mode 100644
index d6e1947..0000000
Binary files a/lib/canonical/launchpad/icing/fonts/UbuntuMonoBeta0.865[wght]-latin.woff2 and /dev/null differ
diff --git a/lib/canonical/launchpad/icing/fonts/UbuntuMono[wght]-latin-v0.869.woff2 b/lib/canonical/launchpad/icing/fonts/UbuntuMono[wght]-latin-v0.869.woff2
new file mode 100644
index 0000000..6509608
Binary files /dev/null and b/lib/canonical/launchpad/icing/fonts/UbuntuMono[wght]-latin-v0.869.woff2 differ
diff --git a/lib/canonical/launchpad/icing/ubuntu-webfonts.css b/lib/canonical/launchpad/icing/ubuntu-webfonts.css
index 980c072..23aa015 100644
--- a/lib/canonical/launchpad/icing/ubuntu-webfonts.css
+++ b/lib/canonical/launchpad/icing/ubuntu-webfonts.css
@@ -32,5 +32,5 @@
   font-family: 'Ubuntu Mono variable';
   font-style: normal;
   font-weight: 100 800; /*  min and max value for the weight axis */
-  src: url('fonts/UbuntuMonoBeta0.865[wght]-latin.woff2') format('woff2-variations');
+  src: url('fonts/UbuntuMono[wght]-latin-v0.869.woff2') format('woff2-variations');
 }