Skip to content

Commit 3181adc

Browse files
authored
fix: Update to fonts version 0.6.1. (#296)
1 parent c10a495 commit 3181adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/wtr-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const BROWSER_MAP = {
1515
const ALLOWED_BROWSERS = Object.keys(BROWSER_MAP);
1616
const DEFAULT_BROWSERS = [...new Set(Object.values(BROWSER_MAP))];
1717
const TIMEZONE = '{"name":"Canada - Toronto","identifier":"America/Toronto"}';
18-
const FONT_ASSETS = 'https://s.brightspace.com/lib/fonts/0.6.0/assets/';
18+
const FONT_ASSETS = 'https://s.brightspace.com/lib/fonts/0.6.1/assets/';
1919
const SUPPRESS_RESIZE_OBSERVER_ERRORS = `
2020
<script>
2121
window.addEventListener('error', (err) => {

0 commit comments

Comments
 (0)