Added Production build.

This commit is contained in:
2021-02-24 10:01:35 +01:00
commit 1e27c950c5
140 changed files with 14022 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
@font-face {
font-family: rockSalt;
src: url("/rockSalt.ttf");
}
@font-face {
font-family: doHyeon;
src: url("/doHyeon.ttf");
}
.special-text {
font-family: rockSalt;
}
.logo-font {
font-family: doHyeon;
}
.dark-primary {
color: #272838;
}
.dark-primary-bg {
background-color: #272838;
}
.blue-primary {
color: #3993DD;
}
.blue-primary-bg {
background-color: #3993DD;
}
.orange-primary-bg {
background-color: #F46036;
}
.orange-primary {
color: #F46036;
}