Skip to content

Commit

Permalink
chore: enable localization on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 19, 2024
1 parent 70fee39 commit 44c406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview/src/components/FontPreview/FontPreview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
font-family: var(--font-family);
font-size: var(--preview-size);
font-weight: var(--preview-weight);
font-feature-settings: var(--preview-features);
font-feature-settings: "locl", var(--preview-features);
height: var(--preview-height);
overflow-y: hidden;
Expand Down

0 comments on commit 44c406a

Please sign in to comment.