From 9f41d68c4dacee6996f637a35968fa7a24a7e371 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 8 Feb 2019 21:51:01 +0000 Subject: [PATCH] add proportional font (#1822) --- docs/extensions.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index aff83509..63997203 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -317,6 +317,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Annikken Andee", "url":"/pkg/Annikken/pxt-Andee", "cardType": "package" +}, { + "name": "Proportional Font", + "url":"/pkg/lwchkg/pxt-proportional-font", + "cardType": "package" }, { "name": "ALS Robot Keyboard", "url":"/pkg/alsrobot-microbit-makecode-packages/ALSRobotKeyboard", diff --git a/targetconfig.json b/targetconfig.json index 2aebf31d..5d6bc226 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -108,7 +108,8 @@ "51bit/ColorBit", "51bit/SFC", "51bit/SmartTools", - "alankrantas/pxt-MAX7219_8x8" + "alankrantas/pxt-MAX7219_8x8", + "lwchkg/pxt-proportional-font" ],