Skip to content

Commit

Permalink
Simplified font usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 21, 2023
1 parent 95524e2 commit df12350
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions src/assets/showcase/styles/layout/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
overflow-x: hidden;
overflow-y: auto;
background-color: var(--surface-ground);
font-family: var(--font-family);
font-weight: normal;
color: var(--text-color);
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -77,7 +76,6 @@ input[type="number"] {

.px-link {
font-size: 1rem;
font-family: var(--font-family);
border-radius: var(--border-radius);
text-align: left;
background-color: transparent;
Expand All @@ -96,4 +94,9 @@ input[type="number"] {

.px-link:disabled {
cursor: default;
}

button {
font-family: inherit;
font-feature-settings: inherit;
}
2 changes: 0 additions & 2 deletions src/assets/showcase/styles/layout/_docsearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
transition: border-color .3s;
height: 3rem;
padding: 0 .75rem;
font-family: var(--font-family);

&:hover {
border-color: var(--primary-color);
Expand Down Expand Up @@ -39,7 +38,6 @@
top: 0;
border-radius: 0;
height: auto;
font-family: var(--font-family);
width: auto;

&:first-child {
Expand Down
1 change: 0 additions & 1 deletion src/assets/showcase/styles/layout/landing/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}

.linkbox {
font-family: var(--font-family);
transition: background-color 0.3s;
display: inline-flex;
align-items: center;
Expand Down

1 comment on commit df12350

@vercel
Copy link

@vercel vercel bot commented on df12350 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.