Skip to content

Commit

Permalink
removing nanum gothic from immediate stack
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Aug 5, 2024
1 parent 192d3e2 commit c341145
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,6 @@
format('woff2');
}

@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/NanumGothic-Regular.woff2')
format('woff2');
}

@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/NanumGothic-Bold.woff2')
format('woff2');
}

@font-face {
font-family: RedactRect;
font-style: normal;
Expand Down Expand Up @@ -587,7 +569,7 @@ sup {
top: 1rem;
left: 1rem;
z-index: 15;
font-family: 'Nanum Gothic', sans-serif;
font-family: "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Helvetica, Roboto, sans-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
Expand Down

0 comments on commit c341145

Please sign in to comment.