fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-05 14:08:43 +02:00
parent e456df08d1
commit a64af6f0ff
3 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@design.estate/dees-domtools', name: '@design.estate/dees-domtools',
version: '2.0.49', version: '2.0.50',
description: 'tools to simplify complex css structures' description: 'tools to simplify complex css structures'
} }

View File

@ -32,7 +32,7 @@ export const globalBaseStyles: string = css`
/* global body styles */ /* global body styles */
body { body {
margin: 0px; margin: 0px;
font-family: 'Mona Sans', 'Inter', sans-serif; font-family: 'Roboto', 'Inter', sans-serif;
box-sizing: border-box; box-sizing: border-box;
} }

View File

@ -12,7 +12,7 @@ export const staticStyles = css`
:host { :host {
box-sizing: border-box; box-sizing: border-box;
font-family: 'Mona Sans', 'Inter', sans-serif; font-family: 'Roboto', 'Inter', sans-serif;
} }
${unsafeCSS(scrollBarStyles)} ${unsafeCSS(scrollBarStyles)}
@ -29,7 +29,7 @@ export const styles = html`
} }
:host { :host {
font-family: 'Mona Sans', 'Inter', sans-serif; font-family: 'Roboto', 'Inter', sans-serif;
} }
${scrollBarStyles} ${scrollBarStyles}