Skip to content

Commit

Permalink
fix(Typography): Remove svg fonts
Browse files Browse the repository at this point in the history
These are deprecated in browsers and conflict with svg icons

[#131909449]

Signed-off-by: Ryan Dy <rdy@pivotal.io>
  • Loading branch information
charleshansen authored and rdy committed Oct 7, 2016
1 parent a8ec9d5 commit b9a1b68
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,717 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions library/src/pivotal-ui/components/typography/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
src: url("fonts/#{$name}.eot");
src: url("fonts/#{$name}.eot?#iefix") format("embedded-opentype"),
url("fonts/#{$name}.woff") format("woff"),
url("fonts/#{$name}.ttf") format("truetype"),
url("fonts/#{$name}.svg##{$name}") format("svg");
url("fonts/#{$name}.ttf") format("truetype");
font-weight: $weight;
font-style: $style;
}
Expand Down

0 comments on commit b9a1b68

Please sign in to comment.