posted 1708816147
Forum: Web, HTML, Tech
View Topics View Profile
I'm new to the whole HTMl/CSS coding thing. Anyway to import fonts from google fonts?
Thanks, BraveMushroom
Report Topic
posted 1708857350
I haven't tried this in Spacehey myself, but you could try something like this:
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');body { font-family: 'Muli', sans-serif;}
Found it here
Permalink Report Reply