We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad94cb4 commit 8b3e19bCopy full SHA for 8b3e19b
index.html
@@ -6,7 +6,7 @@
6
<title>Homepage</title>
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<link href="https://algorithmvis.github.io/JqueryAndBootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
9
-
+ <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
10
<style>
11
body {
12
display: flex;
@@ -19,6 +19,7 @@
19
text-align: center;
20
color: white;
21
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
22
+ font-family: 'Montserrat', 'Arial';
23
}
24
25
#buttons {
0 commit comments