|
1 | 1 | /* |
2 | 2 | * CSS styles for EVE Online SSO pages. |
3 | 3 | * |
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 |
7 | 7 | * |
8 | 8 | * (C) CCP hf. |
9 | 9 | */ |
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 | | -} |
73 | 10 |
|
74 | 11 | :root { |
75 | 12 | --color-primary: #5ccbcb; |
|
102 | 39 | --rich-black: #12121e; |
103 | 40 | --checkbox-bg-color: #272727; |
104 | 41 | --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; |
107 | 44 | --font-size-main-title: 2.6rem; |
108 | 45 | --line-height-base: 1.42857143; |
109 | 46 | --font-size-input: 1.6rem; |
@@ -423,7 +360,7 @@ body { |
423 | 360 | background-repeat: no-repeat; |
424 | 361 | background-size: cover; |
425 | 362 | color: #fff; |
426 | | - font-family: Shentox, sans-serif; |
| 363 | + font-family: Arial, sans-serif; |
427 | 364 | font-family: var(--font-family-main); |
428 | 365 | line-height: 1.42857143; |
429 | 366 | line-height: var(--line-height-base) |
@@ -477,7 +414,7 @@ textarea { |
477 | 414 | border: 1px solid #474746; |
478 | 415 | border: 1px solid var(--color-input-border); |
479 | 416 | color: var(--input-text-color); |
480 | | - font-family: Shentox, sans-serif; |
| 417 | + font-family: Arial, sans-serif; |
481 | 418 | font-family: var(--font-family-input); |
482 | 419 | font-style: normal; |
483 | 420 | font-weight: 400; |
|
0 commit comments