Skip to content

Commit f0635d0

Browse files
Update skeleton-auto.css
1 parent 9c015ea commit f0635d0

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

skeleton-auto.css

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
1414
*/
1515

16-
@font-face{font-family:'sottitle';src:url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/windlass.ttf)}
17-
@font-face{font-family:'sottext';src:url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/pragroman.ttf)}
18-
1916
/* Grid
2017
–––––––––––––––––––––––––––––––––––––––––––––––––– */
2118
.container {
@@ -58,36 +55,6 @@
5855
html is set to 62.5% so that all the REM measurements throughout Skeleton
5956
are based on 10px sizing. So basically 1.5rem = 15px :) */
6057

61-
html {
62-
font-size: 100%; }
63-
64-
body {
65-
font-size: 18px;
66-
line-height: 24px;
67-
font-weight: 400;
68-
color: #F1F1F1 !important;
69-
font-family: "sottext", sans-serif;
70-
text-transform: uppercase;
71-
background:
72-
linear-gradient(
73-
rgba(0, 0, 0, 0.7),
74-
rgba(0, 0, 0, 0.7)
75-
),
76-
url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/background.jpg);
77-
background-size: cover;
78-
color: #222; }
79-
80-
81-
/* Use this for a fixed background color instead of dark and light mode
82-
body {
83-
font-size: 18px;
84-
line-height: 24px;
85-
font-weight: 400;
86-
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
87-
sans-serif;
88-
}
89-
*/
90-
9158
/* Typography
9259
–––––––––––––––––––––––––––––––––––––––––––––––––– */
9360
h1 {

0 commit comments

Comments
 (0)