fix(dependencies): Update dependencies and correct font family in styles

This commit is contained in:
2024-07-01 11:23:14 +02:00
parent de1532627d
commit 843c873254
6 changed files with 4872 additions and 4124 deletions

View File

@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.57',
description: 'tools to simplify complex css structures'
version: '2.0.58',
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
}

View File

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

View File

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