Skip to content

Commit

Permalink
chore: remove unnecessary css for this overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Oct 4, 2023
1 parent e92be5e commit 8c46c9a
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions src/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,51 +14,3 @@
font-family: 'Inter Regular';
src: url('/fonts/inter-regular-webfont.woff2');
}

@font-face {
font-family: 'SourceCodePro Bold';
src: url('/fonts/SourceCodePro-Bold.otf');
}

@font-face {
font-family: 'SourceCodePro Regular';
src: url('/fonts/SourceCodePro-Regular.otf');
}

:root {
--typeface-bold: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--typeface-medium: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--typeface-regular: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--typeface-mono-bold: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
--typeface-mono-regular: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
}
[data-uifont='system'] {
--typeface-bold: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--typeface-medium: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--typeface-regular: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
[data-codefont='system'] {
--typeface-mono-bold: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
--typeface-mono-regular: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
}

[data-uifont='inter'] {
--typeface-bold: Inter Bold, Helvetica, sans-serif;
--typeface-medium: Inter SemiBold, Helvetica, sans-serif;
--typeface-regular: Inter Regular, Helvetica, sans-serif;
}

[data-codefont='sourceCode'] {
--typeface-mono-bold: 'SourceCodePro Bold';
--typeface-mono-regular: 'SourceCodePro Regular';
}

0 comments on commit 8c46c9a

Please sign in to comment.