Skip to content

Commit

Permalink
Merge pull request #213 from Neovici/fix/badge-font-family
Browse files Browse the repository at this point in the history
fix: badge font-family
  • Loading branch information
basilgood authored Jun 13, 2024
2 parents a07b232 + 0496cf2 commit 858fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const style = `
}
.badge {
font-family: var(--cosmoz-font-base, "Verdana, Arial, sans-serif");
font-family: var(--cosmoz-tabs-badge-font-family, var(--cosmoz-font-base, inherit))
font-weight: normal;
font-size: 11px;
line-height: 1;
Expand Down

0 comments on commit 858fce2

Please sign in to comment.