Skip to content

Commit

Permalink
style: Avoid font flicker when load
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Nov 5, 2024
1 parent 2843056 commit eb6ed2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alpaca-map-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default class AlpacaMapMarker extends LitElement {
box-shadow: 10px 10px 5px #0003;
color: var(--almost-black);
font-family: sans-serif; /* Avoid font flicker when load */
padding: 0.75rem;
width: auto;
Expand Down

0 comments on commit eb6ed2c

Please sign in to comment.