Skip to content

Commit f9648f2

Browse files
committed
feat: remove commerical fonts from SSO styles
1 parent 88553b1 commit f9648f2

File tree

1 file changed

+7
-70
lines changed

1 file changed

+7
-70
lines changed

resources/sso/styles.css

Lines changed: 7 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,12 @@
11
/*
22
* CSS styles for EVE Online SSO pages.
33
*
4-
* Slightly modified copy of public version for local use by Erik Kalkoken:
5-
* - Background image removed and added to HTML page
6-
* - Formatted
4+
* Slightly modified variant of CCP's SSO styles by Erik Kalkoken:
5+
* - Setting background image property moved to HTML page
6+
* - Removed all commercial fonts and replaced with default Arial font family
77
*
88
* (C) CCP hf.
99
*/
10-
@font-face {
11-
font-display: swap;
12-
font-family: Shentox;
13-
font-style: normal;
14-
font-weight: 600;
15-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-SemiBold.woff2) format("woff2")
16-
}
17-
18-
@font-face {
19-
font-display: swap;
20-
font-family: Shentox;
21-
font-style: normal;
22-
font-weight: 500;
23-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-Medium.woff2) format("woff2")
24-
}
25-
26-
@font-face {
27-
font-display: swap;
28-
font-family: Shentox;
29-
font-style: normal;
30-
font-weight: 400;
31-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-Regular.woff2) format("woff2")
32-
}
33-
34-
@font-face {
35-
font-display: swap;
36-
font-family: Shentox;
37-
font-style: normal;
38-
font-weight: 300;
39-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-Light.woff2) format("woff2")
40-
}
41-
42-
@font-face {
43-
font-display: swap;
44-
font-family: Rogan;
45-
font-style: normal;
46-
font-weight: 600;
47-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Rogan-SemiBold.woff2) format("woff2")
48-
}
49-
50-
@font-face {
51-
font-display: swap;
52-
font-family: Rogan;
53-
font-style: normal;
54-
font-weight: 300;
55-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Rogan-Light.woff2) format("woff2")
56-
}
57-
58-
@font-face {
59-
font-display: swap;
60-
font-family: Rogan;
61-
font-style: normal;
62-
font-weight: 500;
63-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Rogan-Medium.woff2) format("woff2")
64-
}
65-
66-
@font-face {
67-
font-display: swap;
68-
font-family: Rogan;
69-
font-style: normal;
70-
font-weight: 400;
71-
src: url(https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Rogan-Regular.woff2) format("woff2")
72-
}
7310

7411
:root {
7512
--color-primary: #5ccbcb;
@@ -102,8 +39,8 @@
10239
--rich-black: #12121e;
10340
--checkbox-bg-color: #272727;
10441
--checkbox-border-color: #474746;
105-
--font-family-main: "Shentox", sans-serif;
106-
--font-family-input: "Shentox", sans-serif;
42+
--font-family-main: "Arial", sans-serif;
43+
--font-family-input: "Arial", sans-serif;
10744
--font-size-main-title: 2.6rem;
10845
--line-height-base: 1.42857143;
10946
--font-size-input: 1.6rem;
@@ -423,7 +360,7 @@ body {
423360
background-repeat: no-repeat;
424361
background-size: cover;
425362
color: #fff;
426-
font-family: Shentox, sans-serif;
363+
font-family: Arial, sans-serif;
427364
font-family: var(--font-family-main);
428365
line-height: 1.42857143;
429366
line-height: var(--line-height-base)
@@ -477,7 +414,7 @@ textarea {
477414
border: 1px solid #474746;
478415
border: 1px solid var(--color-input-border);
479416
color: var(--input-text-color);
480-
font-family: Shentox, sans-serif;
417+
font-family: Arial, sans-serif;
481418
font-family: var(--font-family-input);
482419
font-style: normal;
483420
font-weight: 400;

0 commit comments

Comments
 (0)