Skip to content

Commit

Permalink
style: Revert set general font to avoid flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Nov 5, 2024
1 parent eb6ed2c commit 4568316
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/alpaca-map-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ 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 */
/* Avoid font flicker when load */
/* font-family: sans-serif; */
padding: 0.75rem;
width: auto;
Expand Down

0 comments on commit 4568316

Please sign in to comment.