mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-11 16:59:29 +01:00
💅 Adds typography styles and assets
This commit is contained in:
parent
090c97b8ac
commit
9952e2d955
12
src/styles/typography.ts
Normal file
12
src/styles/typography.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export const TextReset = `
|
||||
font-family: PTMono, Helvetica, Arial, sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-stretch: normal;
|
||||
line-height: normal;
|
||||
letter-spacing: 0.38px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
`;
|
1
src/typings/file-types.d.ts
vendored
Normal file
1
src/typings/file-types.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare module "*.ttf"
|
Loading…
Reference in New Issue
Block a user