Skip to content

Commit 8b3e19b

Browse files
Font
1 parent ad94cb4 commit 8b3e19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Homepage</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link href="https://algorithmvis.github.io/JqueryAndBootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
9-
9+
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
1010
<style>
1111
body {
1212
display: flex;
@@ -19,6 +19,7 @@
1919
text-align: center;
2020
color: white;
2121
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
22+
font-family: 'Montserrat', 'Arial';
2223
}
2324

2425
#buttons {

0 commit comments

Comments
 (0)