Html – How can I use a custom font in Scratch using CSS and @font-face?
How do I make a custom font from scratch? @font-face { font-family: JuneBug; src: url('https://raw.githubusercontent.com/grannygamer777/DerpFont/main/my%20derp%20handwriting.ttf'); } h1 { font-family: JuneBug } <textarea class="paint-editor_text-area_27Ci4" spellcheck="false" style="font-family: Arial, Helvetica, sans-serif; font-size: 40px; line-height: 1.2; display: initial; transform-origin: 0px 36px; transform: matrix(0.5, 0,…