+ 2
How to change the font ?
I need help to change the text to the font on the comment https://code.sololearn.com/WgfexbH29hzc/?ref=app https://code.sololearn.com/WgfexbH29hzc/?ref=app
11 Respuestas
+ 3
This can be done in this way:
https://code.sololearn.com/W3YShgR0BEw6/?ref=app
+ 3
Richard Kamski i tried but it doesn't seem to work. So let's wait for the answer from someone who has now experience with this :D
+ 3
For that you could counts in CSS section another font:
font-family:'spacefont', cursive, 'arial-cursive';
+ 2
What do you mean? It seems like that you're already using the font you wanted. What do you want to change?
+ 1
Wow that's impressive!
Anyways that's not what I needed, I mean how to import and use a custom web font
+ 1
This tag
font-family:'spacefont', cursive;
Means that I'm trying to use a custom web font ('spacefont'), and if that doesn't work then it displays the next font (cursive) which is a default font, and the one being displayed
+ 1
I'm trying to import a font downloaded from the internet
+ 1
NEZ oh hi invisible guy😅😂
Actually he asked using the font face. The one you shared is using another method
+ 1
Font can be in truetype, woff, woff2, eot or even svg format
Not every browser can use same font format.
I don't know what you have
But you can use fontsquirrel(dot)com Generator section to get all formats and css you need