Skip to content

Commit 9190802

Browse files
committed
Frontend
1 parent bbe72e2 commit 9190802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
}
3434
})});
3535
</script>
36-
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Poppins|Roboto|Varela+Round" rel="stylesheet">
37-
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Nunito|Open+Sans" rel="stylesheet">
3836
<title th:replace="${headtitle}">SimpleWorklist</title>
3937
<link th:href="@{/webjars/bootstrap/4.3.1/css/bootstrap.min.css}" rel="stylesheet"/>
4038
<link th:href="@{/webjars/font-awesome/5.8.1/css/all.min.css}" rel="stylesheet"/>
39+
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Poppins|Roboto|Varela+Round" rel="stylesheet">
40+
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Nunito|Open+Sans" rel="stylesheet">
4141
<link th:href="@{/css/main.css}" rel="stylesheet"/>
4242
<!--/* Per-page placeholder for additional links */-->
4343
<th:block th:replace="${links}" />

0 commit comments

Comments
 (0)