Skip to content

Commit b8cfcf5

Browse files
authored
font to roboto slab
1 parent ede8ff6 commit b8cfcf5

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

agree.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
4+
<link href='https://fonts.googleapis.com/css?family=Roboto Slab' rel='stylesheet'>
35
<title>Zero Bots Allowed</title>
46
<link rel="icon" type="image/x-icon" href="icon.png">
57
<style>
6-
body {
7-
text-align:center;
8-
background:#408000;
9-
color:#80ff00;
10-
font-size:25px;
11-
padding:10px;
12-
}
8+
body {
9+
font-family:'Roboto Slab';
10+
text-align:center;
11+
background:#408000;
12+
color:#aaff00;
13+
font-size:25px;
14+
padding:10px;
15+
}
1316

1417
p {
1518
font-size:20px;

0 commit comments

Comments
 (0)