|
Post by Ludo on Oct 1, 2020 15:06:16 GMT
So I've been googling for an answer to this question for hours and can't find anything reliable, I KNOW it can be done but I'm not sure the process that goes into making it happen?
I'd like to add some new fonts to my site but I'm not sure how to...Do that? I knew how on Proboards but Jcink is a different beast and it's something I've never tried to do before!
Thank you for the help or even just for peeping at this!
|
|
amorphous blob
915 posts
bits
they/them
crush me til i die
|
Post by ulla on Oct 1, 2020 15:10:58 GMT
Ludo, assuming you mean other than google fonts, you can host fonts in the style sheet using the following code: @font-face { font-family: 'FontName'; src: url('FONTURL') format('truetype'); font-weight: normal; } you set the font name to the name you wish to call it with, and have to link a .ttf or .otf file into the font url section (which you can get by uploading said file into jcink's file uploader). if you mean google fonts, you can still host those the same way that you do on proboards in the forum wrapper with the embed code (replace "Font+Name" with the name of the font, denoting spaces with + signs): <link href="https://fonts.googleapis.com/css?family=Font+Name" rel="stylesheet">
|
|
|
Post by Ludo on Oct 1, 2020 15:24:17 GMT
THANK YOU, I was looking for either or both tbh so this is really helpful! Nice to know using google fonts is still pretty straight forward!
|
|
amorphous blob
915 posts
bits
they/them
crush me til i die
|
Post by ulla on Oct 2, 2020 13:07:13 GMT
i also would like to add that the @font-face host is also how you can host external fonts onto proboards within the style sheet (i made it sound like it was a jcink exclusive feature in my last post, it's universal). as long as you have the font file url you can use external fonts in pretty much everything
|
|
|
Post by Kitten4u on Oct 26, 2020 4:15:08 GMT
[nospaces] [attr="class","infoBG"] [attr="class","infoBG2"] [attr="class","infoBack"] [attr="class","infoTitle"][attr="class","fa fa-star-o"] threadarchived [attr="class","infoDiv"] [attr="class","infoBody"]
To keep the forum clean and so people know that all threads in certain areas are current and that the OP is likely to still have interest, we archive threads that haven't gotten posts for 2 weeks. This thread is being archived for that reason. If you would like this thread reopened, contact a staff member.
|
|