Skip to content

Commit b151d2f

Browse files
Update index.html
1 parent 7ef7690 commit b151d2f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

projects/GFI-framework/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,22 @@
66
<meta name="description" content="A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations.">
77
<title>GFI: Generalized Forward-Inverse Framework</title>
88

9-
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
9+
<!-- <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
1010
<link rel="stylesheet" href="./static/css/bulma.min.css">
1111
<link rel="stylesheet" href="./static/css/index.css">
1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css">
1313
<link rel="icon" href="https://raw.githubusercontent.com/KGML-lab/KGML-lab.github.io/master/assets/img/lab_logo_icon.png">
1414
1515
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
1616
<script defer src="./static/js/fontawesome.all.min.js"></script>
17-
<script src="./static/js/index.js"></script>
17+
<script src="./static/js/index.js"></script> -->
18+
19+
20+
<link rel="stylesheet" href="css/index.css" />
21+
<link rel="icon" href="images/icons/favicon.ico" />
22+
<link rel="preconnect" href="https://fonts.googleapis.com">
23+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
24+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1825
</head>
1926
<body>
2027

0 commit comments

Comments
 (0)