We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f0df7 commit 463b9bcCopy full SHA for 463b9bc
index.html
@@ -5,6 +5,9 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Survey Form</title>
7
<link rel="stylesheet" href="style.css">
8
+ <link rel="preconnect" href="https://fonts.googleapis.com">
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
11
</head>
12
13
<body>
0 commit comments