Hellidae's profile picture

Published by

published

Category: SpaceHey

the feminene urge to go commit die after frankensteining code for my profile

my ass does NOT know how to do css and html. Usually i just grab scraps of code and bonk them against each other like a caveman to see if anything happens. "what if you read a book about it or something" yeah what if


right now im trying to gigure out which font families spacehey accepts and which ones it turns into comic sans. i love having ten trillion tabs open it is so fun and not frustrating at all but the grind must go on. the grind do achieve the perfect below average profile never stops


to the like 1 person who reads this thank you for wasting your time :]]


1 Kudos

Comments

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

kobibi ⬡

kobibi ⬡'s profile picture

that's basically what i did to so i thought i should give you a tip on how i did it, maybe to save you some time or do exact opposite..

@font-face { font-family: "Perfect DOS VGA 437"; src: url('https://dl.dropboxusercontent.com/scl/fi/igf3m7dl43zcny6wswjje/PerfectDOSVGA437.ttf?rlkey=nudtcmy7f01jzhcu45m12be7w&st=82u1873m&dl=0'); } body { font-family: 'Perfect DOS VGA 437'; }

font-family is basically name of the font, have to be exact same in the file for it to work, src: url means the source of the font is from this dropbox link, how this work is you upload your font to dropbox, create download link for it and then change "www.dropbox.com" to "dl.dropboxusercontent.com" (body make my entire profile use that font because the rest of the code for my profile are below it)


Report Comment



thanks dude!!! i appreciate it :]]

by Hellidae; ; Report