lolv66 💜🦋 ᓚ₍ ^. .^₎'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

HOW GET *ANY* FONT (not just google fonts! :3) on spacehey!!! (using neocities)

want a cute font (such as rainy hearts) but can't import into your spacehey page because it isn't hosted?, you can host it yourself using the neocities dashboard!!

before -


after ! > w < -


step 1 ~
  • log onto neocities
  • click your username in the top-right most corner, then click "edit" !
  • import your downloaded font-file/s into the dashboard!
step 2 ~
  • now, copy and paste this code into your spacehey code , but replace "YOURNAME" with your site username , the "FONTNAME.tff" with the name of your font and "truetype" with whatever type of file your font-file/s is!!
    @import url("https://YOURNAME.neocities.org/FONTNAME.ttf");
    @font-face { font-family: "FONTNAME"; src: url("https://YOURNAME.org/FONTNAME.ttf") format("truetype"); font-weight: normal; font-style: normal; }
  • now to actually get the font on your site just put ' font-family:"FONTNAME"; ' under the body tag ( body { ) and the main tag ( main { )


  • you're done !! :3
AN EXAMPLE

(also you can paste this in your code to get the rainyhearts font on your spacehey page ! <33 )

@import url("https://lolv66.neocities.org/fonts/rainyhearts.ttf");
@font-face {
  font-family: "rainyhearts";
  src: url("https://lolv66.neocities.org/fonts/rainyhearts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
   }

body {
font-family: "rainyhearts";
}

main {
font-family: "rainyhearts";
}

Boucing Grey Bow Tie Ribbon


7 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

Alea

Alea's profile picture

Omg thank you i can finally have the correct font that was used for the album title (my profile is based around an album) instead of using a similar font thank youuuuuu


Report Comment



yw !!! :33

by lolv66 💜🦋 ᓚ₍ ^. .^₎; ; Report

Casiotone

Casiotone's profile picture

NOOOOO! Neocities does not allow hotlinking (hosting content and linking to it on other sites) unless you're a paid member - use sites like catbox.moe and !


Report Comment



sorry I meant filegarden!

by Casiotone; ; Report

aaaaaaaaaaaaaaahhhhhh

by lolv66 💜🦋 ᓚ₍ ^. .^₎; ; Report