diff --git a/src/styles/typography.ts b/src/styles/typography.ts new file mode 100644 index 0000000..b9997c2 --- /dev/null +++ b/src/styles/typography.ts @@ -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; +`; diff --git a/src/typings/file-types.d.ts b/src/typings/file-types.d.ts new file mode 100644 index 0000000..42e70b6 --- /dev/null +++ b/src/typings/file-types.d.ts @@ -0,0 +1 @@ +declare module "*.ttf"