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

@@ -147,4 +147,8 @@
100% {
transform: scale(1);
}
}
}
.hidden {
visibility: hidden;
}