Skip to content

Commit

Permalink
Merge pull request #150 from element-hq/avatar-font
Browse files Browse the repository at this point in the history
Ensure that avatars use the correct font
  • Loading branch information
robintown authored Feb 12, 2024
2 parents 4608dc8 + 0ddd657 commit f5763a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Avatar/Avatar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
font-size: min(calc(var(--cpd-avatar-size) * 0.5625), 60px);
text-transform: uppercase;
speak: none;
font-family: var(--cpd-font-family-sans);
font-weight: bold;
overflow: hidden;
user-select: none;
Expand Down

0 comments on commit f5763a7

Please sign in to comment.