This commit is contained in:
WesleyBryie 2021-11-05 21:22:19 -04:00
parent 1216e7d33d
commit d0b8ddeab0
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
html {
text-align: middle;
font-family: 'Zen Kurenaido', sans-serif;
}