Skip to content

Commit

Permalink
Deploying to gh-pages from @ f48242e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed May 29, 2024
1 parent 7987275 commit a826d36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions css/sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/Inter-roman.var.woff2?v=3.19')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/Inter-roman.var.woff2?v=3.19')
format('woff2');
}

Expand All @@ -31,7 +31,7 @@
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/Inter-italic.var.woff2?v=3.19')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/Inter-italic.var.woff2?v=3.19')
format('woff2');
}

Expand All @@ -40,7 +40,7 @@
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/Sans-Normalcy.woff2')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/Sans-Normalcy.woff2')
format('woff2');
}

Expand All @@ -49,7 +49,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/NanumGothic-Regular.woff2')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/NanumGothic-Regular.woff2')
format('woff2');
}

Expand All @@ -58,7 +58,7 @@
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/NanumGothic-Bold.woff2')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/NanumGothic-Bold.woff2')
format('woff2');
}

Expand All @@ -67,7 +67,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://scpwiki.github.io/sigma/fonts/RedactRect.woff2')
src: url('https://cdn.scpwiki.com/theme/en/sigma/fonts/RedactRect.woff2')
format('woff2');
unicode-range: U+2588;
}
Expand Down Expand Up @@ -193,7 +193,7 @@ textarea {
}

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

Expand All @@ -209,7 +209,7 @@ sup {
position: relative;
z-index: 10;
padding-bottom: 22px; /* FOR MENU */
background: url('https://scpwiki.github.io/sigma/images/header-logo.svg')
background: url('https://cdn.scpwiki.com/theme/en/sigma/images/header-logo.svg')
10px 40px no-repeat;
background-size: 100px;
background-position: 10px 64%;
Expand Down
Loading

0 comments on commit a826d36

Please sign in to comment.