Skip to content

Commit

Permalink
Linter: change single quotes to double
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 26, 2024
1 parent 96fcea2 commit 6f1bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ hr {

@font-face {
font-family: Bettins;
src: url('/fonts/bettins-ywpem.ttf') format('TrueType');
src: url("/fonts/bettins-ywpem.ttf") format("TrueType");
font-weight: 400;
font-style: normal;
font-display: swap;
Expand Down

0 comments on commit 6f1bf8e

Please sign in to comment.