RP Resources

Codes + Layouts + Tutorials + More

×

Community Rules

This comm is open to anyone to post codes, layouts, resources, tutorials, and requests for help and content. Of course, we do have some rules, so please read through them before jumping in; thank you!

Treat others the way you'd like to be treated. This is not a drama comm, and we expect you guys to be awesome and stay civil. If a situation gets out of hand, please contact a mod, and leave comments intact so we can accurately handle the situation.

Please tag your posts and check out the tagging guide if you have any questions!

■ Very long posts or posts formatted with your own div styling for organization should be behind a cut to save people's f-lists.

Work safe above the cut, please!

■ If posting codes, guides, etc. absolutely do not post content that you did not make. That's stealing, and it's super uncool, bro! If you are posting expanded/edited codes made by yourself using another user's coding as well, please be sure you have their permission (You do not need direct permission if they allow edits to be re-posted in their blanket rules.)
■ Do not post tutorials/links to tutorials that show people how to steal codes from other users. Again: Stealing. Not cool.
When asking for help with something, please check the help tags (help: coding, help: graphics, help: icons, help: layouts, help: other) first to see if your question has already been posted and answered to avoid duplicates.

We do not allow game ads to be posted on this comm since there are so many communities specifically for that already; if you're pimping a game as an addition to a regular post, that's fine. (OK: You post an RP code and mention in the post, oh hey, also I'm running this game! NOT OK: Posts dedicated to game promo.)

We do allow other types of community promos if they are related to RP (icon comms, other types of resource comms, etc.) Just shoot us a comment in our dropbox beforehand and we'll let you know if it's cool to post!
×

Tagging Guide

zzz
×

Banners & Buttons





Previous | Next

[info]helena
[info]rpresources

[info]helena
[info]rpresources

No Subject


[info]helena
[info]rpresources
i am going insane trying to figure out how to host a webfont! i have tried my own personal domains as well as sabercathost.com and i can't figure out what i'm doing wrong. can anyone help?

Comments

Apr. 16th, 2017 06:27 pm (UTC)
Are you trying to do it for in-entry codes? Because I have tried, and it will not work. :/
Apr. 16th, 2017 08:19 pm (UTC)
no, for journal layout css.
Apr. 16th, 2017 11:35 pm (UTC)
Is it a Google font?
Apr. 17th, 2017 01:07 pm (UTC)
nope! those are easy
Apr. 26th, 2017 07:04 am (UTC)
Unfortunately, there is no way to use fonts on IJ unless they're a websafe font (standard fonts) or part of the Google Webfonts program. IJ doesn't allow for most embedded files. I'm sorry! I wish I had a better answer for you, but I had this same fight with fonts when I started coding back on LJ.

Here's a quick rundown on use and browser support for use outside of IJ, though. I'm sure you've already seen it, it sounds like you've already done the research, but just in case!
Apr. 27th, 2017 12:28 am (UTC)
Hm, but I've seen a ton of people use them in their layouts. I can figure out how to download the .woff fonts but I can't figure out how to link them when I upload the files.
Apr. 27th, 2017 03:34 pm (UTC)
Oh wow, really? I mean, offsite it's p straightforward, but I've never seen it work on journaling sites before; that's cool! Anyway, so, Font Squirrel is probably your best bet for hosting the font file.

(Could I see a journal that has a non-Google font embedded? I'd probably have a much more concrete answer if I saw a working embed.)
Jul. 5th, 2017 08:14 pm (UTC)
HELLO I AM BACK AND I MAY HAVE THE ANSWER NOW! If you don't have it already, haha.

@font-face{font-family:FONTNAME;src:url(DROPBOXURL);}

I think the key here is to use Dropbox. I should have thought of this before since sometimes I do use it to host non-font things for IJ, but it never crossed my mind (because when I first learned how to use new fonts in journals back in like 2011 no one had a fix for this issue other than "use Google Fonts.")

Now here's where it gets fun; this is what I do when I need specific file extensions from my Dropbox files (ie. for CSS etc.)

So you create and grab your Share Link, right? Only it doesn't work. No problem! You just need two tiny changes:

https://www.dropbox.com/s/randomstring/filename.zip?dl=0

Changes to:

https://dl.dropbox.com/s/randomstring/filename.zip

And that is the URL you put into your font import string for the CSS. After that the standard @font-face should (fingers crossed!) work!