From a64af6f0ff6c097cb1f3ccc16d00bd64c41135ca Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 5 Oct 2023 14:08:43 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/domtools.css.basestyles.ts | 2 +- ts/domtools.elementbasic.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 149744a..e1113a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-domtools', - version: '2.0.49', + version: '2.0.50', description: 'tools to simplify complex css structures' } diff --git a/ts/domtools.css.basestyles.ts b/ts/domtools.css.basestyles.ts index 8333a6c..c378e1a 100644 --- a/ts/domtools.css.basestyles.ts +++ b/ts/domtools.css.basestyles.ts @@ -32,7 +32,7 @@ export const globalBaseStyles: string = css` /* global body styles */ body { margin: 0px; - font-family: 'Mona Sans', 'Inter', sans-serif; + font-family: 'Roboto', 'Inter', sans-serif; box-sizing: border-box; } diff --git a/ts/domtools.elementbasic.ts b/ts/domtools.elementbasic.ts index 372b696..31d2f44 100644 --- a/ts/domtools.elementbasic.ts +++ b/ts/domtools.elementbasic.ts @@ -12,7 +12,7 @@ export const staticStyles = css` :host { box-sizing: border-box; - font-family: 'Mona Sans', 'Inter', sans-serif; + font-family: 'Roboto', 'Inter', sans-serif; } ${unsafeCSS(scrollBarStyles)} @@ -29,7 +29,7 @@ export const styles = html` } :host { - font-family: 'Mona Sans', 'Inter', sans-serif; + font-family: 'Roboto', 'Inter', sans-serif; } ${scrollBarStyles}