Merge pull request #4622 from BrokenEagle/add-childlike-font

Add childlike font
This commit is contained in:
evazion
2021-01-04 01:29:25 -06:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -320,3 +320,12 @@
local("Anarchy"),
url("../../../../../public/fonts/Anarchy.ttf") format("truetype");
}
/* https://www.1001freefonts.com/gisele-script.font */
@font-face {
font-family: "Childlike";
font-display: swap;
src:
local("Gisele Script"),
url("../../../../../public/fonts/gisele.ttf") format("truetype");
}

BIN
public/fonts/gisele.ttf Normal file

Binary file not shown.