Skip to content

Commit

Permalink
upgrading to fonts 0.3.0, which has version 2.0 of Lato with addition…
Browse files Browse the repository at this point in the history
…al glyphs
  • Loading branch information
dlockhart committed Apr 8, 2016
1 parent 6ea2375 commit 10128c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 10128c5

Please sign in to comment.