Skip to content

Commit

Permalink
Update _fonts.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzonsan authored Jan 18, 2024
1 parent c41091e commit e9c016e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/abstract/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons@latest/Font%20Awesome/light.min.css");
@font-face {
font-display:swap;
font-family:NotoSansSC;
font-style:normal;
font-weight:400;
src:url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap") format("woff2");
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap")
html,
body,
h1,
h2,
h2,
h4,
h5 {
font-family: "Montserrat", NotoSansSC, Microsoft Yahei, sans-serif;
font-family: "Montserrat", "Microsoft Yahei", "Noto Sans SC", sans-serif;
}

0 comments on commit e9c016e

Please sign in to comment.