Skip to content

Commit

Permalink
font adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Forberg committed Feb 17, 2024
1 parent 0b235cc commit bb3f630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

.entity-card {

padding: 1.2em;
padding: 1.1em;
border: 1px solid #dbdbdb;
border-radius: 8px;

Expand Down
2 changes: 1 addition & 1 deletion public/css/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@

@font-face {
font-family: 'Inter';
src: url('./../fonts/Inter-Bold.ttf');
src: url('./../fonts/Inter-SemiBold.ttf');
font-weight: 600;
}
4 changes: 2 additions & 2 deletions public/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
@font-face {
font-family: "Inter";
src: url("./../fonts/Inter-Bold.ttf");
src: url("./../fonts/Inter-SemiBold.ttf");
font-weight: 600;
}
.collection-summary.table {
Expand Down Expand Up @@ -10087,7 +10087,7 @@ label.panel-block:hover {
}

.entity-card {
padding: 1.2em;
padding: 1.1em;
border: 1px solid #dbdbdb;
border-radius: 8px;
}
Expand Down

0 comments on commit bb3f630

Please sign in to comment.