From 13fa3d655efff95b2689e53f8e4608ac4d4d32c0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 16 Sep 2020 10:06:22 +0000 Subject: [PATCH] fix(core): update --- ts/domtools.elementbasic.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/domtools.elementbasic.ts b/ts/domtools.elementbasic.ts index 0fc8d22..57c9a04 100644 --- a/ts/domtools.elementbasic.ts +++ b/ts/domtools.elementbasic.ts @@ -46,7 +46,8 @@ export const setup = async () => { // Roboto Font domTools.setGlobalStyles(` - @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400'); + @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@0;100;300;400'); + @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@0;100;300;400'); `); // scrollbars