Skip to content

Commit

Permalink
refactor: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGlory committed Oct 13, 2024
1 parent 8a62e22 commit 8b030ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/font-face.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function createFontFaceRule(
@font-face {
font-family: "${fontFamily}";
src: ${fontSource};
font-synthesis: none;
${fontWeightDescriptor}
${unicodeRangeDescriptor}
}
Expand Down

0 comments on commit 8b030ac

Please sign in to comment.