Replying to uhm uhm this is how i did it ^^ SO i went to a website (https://www.dafont.com/themes.php) and downloaded the font. then i went to https://www.ezyzip.com/unzip-files-online.html to unzip the folder then i put the image (the tt image!!) into file garden for a link. then i used this code: @font-face { font-family: starborn; src: url(/api/util/ext/image?img=https://file.garden/ZwSEZ6Dy7VYhtC14/Starborn.ttf); } body { font-family: starborn; } for a diff font it would be like: @font-face { font-family: font_name; src: url(/api/util/ext/image?img=image_link.ttf); } body { font-family: font_name; } Sharing Copy link Tools Copy ID Open Comment TYSM ! ! ! 1 Sharing Copy link Tools Copy ID Open Reactions Replies Add a reply Hide your name Submit
uhm uhm this is how i did it ^^
SO i went to a website (https://www.dafont.com/themes.php) and downloaded the font. then i went to https://www.ezyzip.com/unzip-files-online.html to unzip the folder then i put the image (the tt image!!) into file garden for a link. then i used this code: @font-face { font-family: starborn; src: url(/api/util/ext/image?img=https://file.garden/ZwSEZ6Dy7VYhtC14/Starborn.ttf); } body { font-family: starborn; }
for a diff font it would be like:
@font-face { font-family: font_name; src: url(/api/util/ext/image?img=image_link.ttf); } body { font-family: font_name; }