fix(styling): Consolidated shared styles for consistent font applied across various components.

This commit is contained in:
2024-12-05 20:20:29 +01:00
parent ebb6622637
commit 20abb7f837
9 changed files with 26 additions and 4 deletions

7
ts_web/style.ts Normal file
View File

@@ -0,0 +1,7 @@
import { css } from '@design.estate/dees-element';
export const dedocumentSharedStyle = css`
:host {
font-family: 'Exo 2';
}
`;