![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Good Morning!
I did not see any recent posts in regards to this, but I need a little assistance with webfonts, please! I'm just coming over from IJ/LJ, and I've imported flexible squares from the livejournal layout I was using.
Here is the css file I made for the fonts I currently use on my IJ. I'd like to use Nanum Gothic for my body fonts, and the other fonts for my subject lines and sidebar texts.
I know, I should learn about DW customization and its cores and all that. I probably will eventually, but for now I'd really like to continue using this layout with my own fonts (if possible!)
Honestly, if I could live with nothing but S1 Generator layouts for the rest of eternity, I would. Maybe it's a sign that I'm getting old, lmao. (On that note, if you guys know of any DW layouts out there that are comparable...please let me know!)
I did not see any recent posts in regards to this, but I need a little assistance with webfonts, please! I'm just coming over from IJ/LJ, and I've imported flexible squares from the livejournal layout I was using.
Here is the css file I made for the fonts I currently use on my IJ. I'd like to use Nanum Gothic for my body fonts, and the other fonts for my subject lines and sidebar texts.
I know, I should learn about DW customization and its cores and all that. I probably will eventually, but for now I'd really like to continue using this layout with my own fonts (if possible!)
Honestly, if I could live with nothing but S1 Generator layouts for the rest of eternity, I would. Maybe it's a sign that I'm getting old, lmao. (On that note, if you guys know of any DW layouts out there that are comparable...please let me know!)
Tags:
no subject
Date: 2017-08-03 12:47 pm (UTC)no subject
Date: 2017-08-03 01:57 pm (UTC)To remedy that issue on my other blog, I was linking in fonts with an external css file.
This is what I use in my CSS (minus the asterisks):
<*link rel="stylesheet" href="https://arashic.neocities.org/fonts.css"*>
This works on insanejournal to link my fonts in just fine, but on DW, it kills the layout (I have tested on this 'core 1' flexible squares, and a different 'core 2' layout)
For DW I think, perhaps, I need to be doing something on the actual base layer, too?
no subject
Date: 2017-08-04 07:04 pm (UTC)Oh, I bet it's because IJ still uses S1, and we only have S2 - I'm gonna guess the functions that check the CSS for bad code are either choking on the link element or escaping it in a way that causes it to mess up the layout rendering. Can you try copying the entire contents of the external CSS file and putting them in your main one?
no subject
Date: 2017-08-04 07:22 pm (UTC)no subject
Date: 2017-08-10 07:00 pm (UTC)It might be stripping it out, yeah, You can try embedding it straight in the layout layer you're using - something in Page::Print there should be a section with the head tags. I'd put the link html right after the opening or right before the close (inside the quote marks surrounding the HTML). If that doesn't work, you may have to find a place to host them rather than embedding them directly as base64 encodes :\
no subject
Date: 2017-08-03 09:09 pm (UTC)maybe try an @import? Example:
@import url('https://fonts.googleapis.com/css?family=Roboto');
I don't know if this will help. I've been away from CSS and HTML stuff for a while.
no subject
Date: 2017-08-03 09:11 pm (UTC)http://www.dreamwidth.org/customize/options?group=fonts
no subject
Date: 2018-03-02 05:44 am (UTC)