From c341145a1e89bae7e23058a6cf46af9e2cac6fd4 Mon Sep 17 00:00:00 2001 From: SYwaves Date: Mon, 5 Aug 2024 09:44:12 +0700 Subject: [PATCH 1/3] removing nanum gothic from immediate stack --- sigma.css | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/sigma.css b/sigma.css index ae51dc3..4fdf8d1 100644 --- a/sigma.css +++ b/sigma.css @@ -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; @@ -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; From da8ab5f2ca061d511e4ad08fdc6b8c89f1487cae Mon Sep 17 00:00:00 2001 From: emmiegit Date: Sun, 4 Aug 2024 22:52:08 -0400 Subject: [PATCH 2/3] Use single quotes, format --- sigma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigma.css b/sigma.css index 4fdf8d1..4270d42 100644 --- a/sigma.css +++ b/sigma.css @@ -569,7 +569,7 @@ sup { top: 1rem; left: 1rem; z-index: 15; - font-family: "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Helvetica, Roboto, sans-serif; + font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Helvetica, Roboto, sans-serif; font-size: 30px; font-weight: 700; width: 30px; From d144b1f3672fd7c71bea7701b93f3d3446dd3825 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 4 Aug 2024 22:54:21 -0400 Subject: [PATCH 3/3] Run prettier. --- sigma.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sigma.css b/sigma.css index 4270d42..0803b31 100644 --- a/sigma.css +++ b/sigma.css @@ -175,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 { @@ -569,7 +569,8 @@ sup { top: 1rem; left: 1rem; z-index: 15; - font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Helvetica, Roboto, sans-serif; + font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', + Helvetica, Roboto, sans-serif; font-size: 30px; font-weight: 700; width: 30px;