Skip to content

Commit

Permalink
fix: remove font family overwrite (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung authored Jun 8, 2023
1 parent 1ca59a2 commit 7075b5b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions dist/dark-dimmed.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html:not(.is-native-android) {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
}
Expand Down
4 changes: 0 additions & 4 deletions dist/dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html:not(.is-native-android) {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
}
Expand Down
4 changes: 0 additions & 4 deletions dist/light-dark-dimmed.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html:not(.is-native-android) {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
}
Expand Down
4 changes: 0 additions & 4 deletions dist/light-dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html:not(.is-native-android) {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
}
Expand Down
4 changes: 0 additions & 4 deletions dist/light.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html:not(.is-native-android) {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important;
}

::-webkit-scrollbar-thumb {
border-radius: 6px;
}
Expand Down
4 changes: 0 additions & 4 deletions sass/_common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
@if $marker == done or $marker == canceled
+done-margin($marker)

html:not(.is-native-android)
// https://primer.style/design/foundations/typography
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif !important

::-webkit-scrollbar-thumb
border-radius: 6px

Expand Down

0 comments on commit 7075b5b

Please sign in to comment.