Skip to content

Commit

Permalink
checking fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
beingkk committed Dec 21, 2023
1 parent ebaf106 commit 2fd9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signals_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def signals_bot(sidebar: bool = True) -> None:
}
html, body, [class*="st-"] {
font-family: 'Averta', sans-serif;
font-family: 'Averta', 'Avenir', sans-serif;
}
</style>
"""
Expand Down

0 comments on commit 2fd9037

Please sign in to comment.