preload heonian font
This commit is contained in:
parent
720aefbffa
commit
473c272fe0
@ -1,5 +1,8 @@
|
||||
</main>
|
||||
<script src="main.js"></script>
|
||||
<font-preload>
|
||||
|
||||
</font-preload>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -165,14 +165,19 @@ main {
|
||||
font-family: "heonian";
|
||||
}
|
||||
|
||||
data-swap {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.button {
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
font-preload {
|
||||
font-family: var(--font-heonian);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user