Skip to content

Commit

Permalink
fix: Update to fonts version 0.6.1. (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Jan 22, 2024
1 parent c10a495 commit 3181adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/wtr-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const BROWSER_MAP = {
const ALLOWED_BROWSERS = Object.keys(BROWSER_MAP);
const DEFAULT_BROWSERS = [...new Set(Object.values(BROWSER_MAP))];
const TIMEZONE = '{"name":"Canada - Toronto","identifier":"America/Toronto"}';
const FONT_ASSETS = 'https://s.brightspace.com/lib/fonts/0.6.0/assets/';
const FONT_ASSETS = 'https://s.brightspace.com/lib/fonts/0.6.1/assets/';
const SUPPRESS_RESIZE_OBSERVER_ERRORS = `
<script>
window.addEventListener('error', (err) => {
Expand Down

0 comments on commit 3181adc

Please sign in to comment.