We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10a495 commit 3181adcCopy full SHA for 3181adc
src/server/wtr-config.js
@@ -15,7 +15,7 @@ const BROWSER_MAP = {
15
const ALLOWED_BROWSERS = Object.keys(BROWSER_MAP);
16
const DEFAULT_BROWSERS = [...new Set(Object.values(BROWSER_MAP))];
17
const TIMEZONE = '{"name":"Canada - Toronto","identifier":"America/Toronto"}';
18
-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/';
19
const SUPPRESS_RESIZE_OBSERVER_ERRORS = `
20
<script>
21
window.addEventListener('error', (err) => {
0 commit comments