font load detection

This commit is contained in:
Anthony Stirling
2024-05-18 12:47:21 +01:00
parent b860146c93
commit f0dd48b3b1
5 changed files with 29 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div th:fragment="card" class="feature-card" th:id="${id}" th:if="${@endpointConfiguration.isEndpointEnabled(cardLink)}"
<div th:fragment="card" class="feature-card hidden" th:id="${id}" th:if="${@endpointConfiguration.isEndpointEnabled(cardLink)}"
th:data-bs-tags="${tags}">
<a th:href="${cardLink}">
<div class="d-flex align-items-center">
@@ -19,4 +19,5 @@
star
</span>
</div>
</div>
</div>
</div>

View File

@@ -59,6 +59,7 @@
<link rel="stylesheet" href="css/stamp.css" th:if="${currentPage == 'stamp'}">
<link rel="stylesheet" href="css/fileSelect.css">
<link rel="stylesheet" href="css/footer.css">
<script src="js/thirdParty/fontfaceobserver.standalone.js"></script>
<!-- Google MD Icons -->
<link rel="stylesheet" href="css/theme/font.css">