Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
<title>JQL: Judging Quality across Languages</title>
|
8 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
|
|
10 |
<style>
|
11 |
body { font-family: 'Noto Sans', sans-serif; }
|
12 |
.hero.is-primary { background-color: #f9d5e5; }
|
|
|
7 |
<title>JQL: Judging Quality across Languages</title>
|
8 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
10 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
11 |
<style>
|
12 |
body { font-family: 'Noto Sans', sans-serif; }
|
13 |
.hero.is-primary { background-color: #f9d5e5; }
|