Skip to content

Commit

Permalink
Merge pull request #105 from scpwiki/font-fix
Browse files Browse the repository at this point in the history
Remove nanum gothic from immediate stack
  • Loading branch information
emmiegit authored Aug 5, 2024
2 parents 192d3e2 + d144b1f commit 32b40ef
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 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 @@ -193,8 +175,8 @@ textarea {
}

div#container-wrap {
background: url('https://cdn.scpwiki.com/theme/en/sigma/images/body_bg.svg') top
left repeat-x;
background: url('https://cdn.scpwiki.com/theme/en/sigma/images/body_bg.svg')
top left repeat-x;
}

sup {
Expand Down Expand Up @@ -587,7 +569,8 @@ 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 32b40ef

Please sign in to comment.