Skip to content

Commit

Permalink
change base URL to fonts pending aframevr/assets#13
Browse files Browse the repository at this point in the history
  • Loading branch information
machenmusik committed Jan 26, 2017
1 parent 7cd9b21 commit 212ac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bmfont-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var DEFAULT_WIDTH = 1; // 1 matches other AFRAME default widths... 5 matches pri
// of large amounts of text particularly when viewed from an angle.
var MAX_ANISOTROPY = 16;

var FONT_BASE_URL = 'https://cdn.rawgit.com/fernandojsg/aframe-bmfont-component/5c88edf40bbc88b336d7db6f040c3ae0d2f65aff/fonts/';
var FONT_BASE_URL = 'https://cdn.aframe.io/fonts/';
var fontMap = {
'default': FONT_BASE_URL + 'DejaVu-sdf.fnt',
'Aileron-Semibold': FONT_BASE_URL + 'Aileron-Semibold.fnt',
Expand Down

0 comments on commit 212ac2d

Please sign in to comment.