Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
stcruy committed Oct 25, 2020
1 parent 9e7e68c commit cdb3708
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": "vsm-box",
"version": "1.1.2",
"version": "1.1.3",
"description": "Webcomponent for building and showing a VSM-sentence",
"main": "dist/vsm-box.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/VsmBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export default {
@font-face {
font-family: 'Tahoma';
src: local('Tahoma'), local('WineTahoma'),
url('https://vsm.github.io/font/wine-tahoma.woff') format('woff');
url('https://vsm.github.io/bin/font/wine-tahoma.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit cdb3708

Please sign in to comment.