From a90e326f5e53a4e95a581c97f6c2cd2d2bb35676 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 7 Jan 2023 08:24:37 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/domtools.css.basestyles.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1b11fda..127b627 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.27', + version: '2.0.28', description: 'tools to simplify complex css structures' } diff --git a/ts/domtools.css.basestyles.ts b/ts/domtools.css.basestyles.ts index 8158f3d..a901035 100644 --- a/ts/domtools.css.basestyles.ts +++ b/ts/domtools.css.basestyles.ts @@ -20,14 +20,14 @@ export const scrollBarStyles: string = (() => { })(); export const globalBaseStyles: string = css` - /* global material font */ + /* @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2'); - } + } */ /* global body styles */ body {