Skip to content

Commit

Permalink
Bugfix - Initials icon bug with non monospace font samuelroland#1
Browse files Browse the repository at this point in the history
font replaced with Consolas
  • Loading branch information
Uldrys committed Dec 15, 2020
1 parent 97c550f commit 57e075a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ label {

.circle-usericon {
font-weight: bold;
font-family: "Trebuchet MS", Arial, sans-serif;
font-family: "Consolas", Arial, sans-serif;
font-size: 1.2em;
height: 68px;
width: 68px;
Expand Down

0 comments on commit 57e075a

Please sign in to comment.