From 10128c54a3bba955dfe72b7c1f3a07850d608f97 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Fri, 8 Apr 2016 11:02:32 -0400 Subject: [PATCH] upgrading to fonts 0.3.0, which has version 2.0 of Lato with additional glyphs --- package.json | 2 +- typography.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed40c00..672d1ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vui-typography", - "version": "2.0.2", + "version": "2.1.0", "description": "Mixins and CSS for applying basic typography styles", "scripts": { "clean": "rimraf *.css && rimraf ./test/*.css", diff --git a/typography.scss b/typography.scss index 3bc107c..00c1c32 100644 --- a/typography.scss +++ b/typography.scss @@ -2,7 +2,7 @@ @import 'import-once.scss'; @include import-once('brightspace fonts') { - @import url(https://s.brightspace.com/lib/fonts/0.2.0/fonts.css); + @import url(https://s.brightspace.com/lib/fonts/0.3.0/fonts.css); } @mixin vui-typography() {