Skip to content

Commit 518683e

Browse files
authored
font to roboto slab
1 parent 3dcf69e commit 518683e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<link href='https://fonts.googleapis.com/css?family=Roboto Slab' rel='stylesheet'>
45
<title>Zero Bots Allowed</title>
56
<link rel="icon" type="image/x-icon" href="icon.png">
67
<style>
78
body {
9+
font-family:'Roboto Slab';
810
text-align:center;
911
background:#408000;
1012
color:#aaff00;

0 commit comments

Comments
 (0)