fix(core): update
This commit is contained in:
		| @@ -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' | ||||
| } | ||||
|   | ||||
| @@ -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; | ||||
|   } | ||||
|  | ||||
|   | ||||
| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user