From 99eab4e35fa6d174fdd4acb4f763b30807526467 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 3 Jan 2023 17:02:40 +0100 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 b9c968c..1b11fda 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-domtools', - version: '2.0.26', + version: '2.0.27', description: 'tools to simplify complex css structures' } diff --git a/ts/domtools.css.basestyles.ts b/ts/domtools.css.basestyles.ts index a99bffd..8158f3d 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: 'Roboto', sans-serif; + font-family: 'Inter', sans-serif; box-sizing: border-box; } diff --git a/ts/domtools.elementbasic.ts b/ts/domtools.elementbasic.ts index 4633ea9..1e70d75 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: 'Roboto', sans-serif; + font-family: 'Inter', sans-serif; } ${unsafeCSS(scrollBarStyles)} @@ -29,7 +29,7 @@ export const styles = html` } :host { - font-family: 'Roboto', sans-serif; + font-family: 'Inter', sans-serif; } ${scrollBarStyles}