fix(styling): Consolidated shared styles for consistent font applied across various components.
This commit is contained in:
7
ts_web/style.ts
Normal file
7
ts_web/style.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { css } from '@design.estate/dees-element';
|
||||
|
||||
export const dedocumentSharedStyle = css`
|
||||
:host {
|
||||
font-family: 'Exo 2';
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user