Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from Azure/updateFontLink
Browse files Browse the repository at this point in the history
Update font url
  • Loading branch information
Coord authored Dec 3, 2018
2 parents efbea6d + a9bc06b commit c3a75aa
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 176 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v5.2.1
## Changed
- Update font url

## v5.2.0
## Changed
- Fixed postinstall script. npm i was looking for it.
- Changed input background color on dark-theme to be transparent
- Removed unused icons
Expand Down
2 changes: 1 addition & 1 deletion docs/css/icons.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: 'icons';
src: url('https://static.azureiotcentral.com/ux/static/media/segmdl2.1.61.38af5f02.woff') format('woff'), url('https://static.azureiotcentral.com/ux/static/media/segmdl2.1.61.38af5f02.ttf') format('truetype');
src: url('https://static.azureiotcentral.com/ux/static/media/segmdl2.1.61.38af5f02.woff') format('woff'), url('https://static.azureiotcentral.com/ux/static/media/segmdl2.1.61.35c95dc2.ttf') format('truetype');
}

.icon {
Expand Down
Loading

0 comments on commit c3a75aa

Please sign in to comment.