Skip to content

Commit

Permalink
Deploying to gh-pages from @ 32b40ef 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Aug 5, 2024
1 parent 1c30bf1 commit 5338f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions css/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
Loading

0 comments on commit 5338f2f

Please sign in to comment.