skip to Main Content

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,…

VIEW QUESTION

WordPress font does not works on Mobile

I have added custom font on my website, it works on desktop, also if i open browser as mobile fonts works,but when i open it on mobile device ot tablet, font does not work. @font-face { font-family: LTblackL; src:url(https://flash-games.online/wp-content/themes/vemlo/fonts/Helvetica Neue…

VIEW QUESTION
Back To Top
Search