Skip to content

Commit 140ffc3

Browse files
committed
Added DMG font
1 parent 8763749 commit 140ffc3

File tree

17 files changed

+43
-34
lines changed

17 files changed

+43
-34
lines changed

SMGSans-Regular.woff

85 KB
Binary file not shown.

codebreaker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Cracker | Science Museum</title>

energyflows/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Energy Flows | Science Museum</title>

energyninjas/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Energy Ninjas | Science Museum</title>

futurehome/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Building Bonanza | Science Museum</title>

grainstrain/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Grain Strain | Science Museum</title>

hungrymice/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Hungry Mice | Science Museum</title>

idfit/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>ID Fit | Science Museum</title>

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Legacy Flash Games | Science Museum</title>
5-
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
5+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
66
<link rel="stylesheet" href="style.css">
77

88
<meta name="robots" content="noindex">

launchball/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Launchball | Science Museum</title>

ouch/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Ouch | Science Museum</title>

photoops/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Photo Ops | Science Museum</title>

rizk/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Rizk | Science Museum</title>

style.css

+27-18
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1+
@font-face {
2+
font-family: SMGSans;
3+
src: url(SMGSans-Regular.woff) format("woff");
4+
font-style: normal;
5+
}
6+
17
body {
2-
background-color: black;
3-
margin-top: 25px;
4-
color:white;
5-
font-family: Helvetica, Arial, Sans-Serif;
6-
}
8+
background-color: black;
9+
margin-top: 25px;
10+
color:white;
11+
font-family: SMGSans;
12+
}
713

14+
h1 {
15+
text-transform: uppercase;
16+
}
17+
818
a:link {
9-
color: white;
10-
}
19+
color: white;
20+
}
1121

1222
a:visited {
13-
color: white;
14-
}
23+
color: white;
24+
}
1525

1626
.container {
17-
margin-left: auto;
18-
margin-right: auto;
19-
width:515px;
20-
}
27+
margin-left: auto;
28+
margin-right: auto;
29+
width:515px;
30+
}
2131

2232
.back {
23-
position: absolute;
24-
right: 25px;
25-
bottom: 25px;
26-
27-
}
33+
position: absolute;
34+
right: 25px;
35+
bottom: 25px;
36+
}

talkscience/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Futurecade | Science Museum</title>

thingdom/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Thingdom | Science Museum</title>

wasted/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22

33
<head>
44
<title>Wasted | Science Museum</title>

0 commit comments

Comments
 (0)