Browse Source

Fail if other font types are found

Yury Delendik 12 years ago
parent
commit
121c183db1
  1. 2
      src/fonts.js

2
src/fonts.js

@ -2494,7 +2494,7 @@ var Font = (function FontClosure() { @@ -2494,7 +2494,7 @@ var Font = (function FontClosure() {
break;
default:
warn('Font ' + type + ' is not supported');
error('Font ' + type + ' is not supported');
break;
}

Loading…
Cancel
Save