soleum: (Default)
도깨비 ([personal profile] soleum) wrote in [community profile] style_system2017-08-01 11:31 am
Entry tags:

Webfont embedding on imported layouts

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!)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)

[personal profile] momijizukamori 2017-08-03 12:47 pm (UTC)(link)
You *should* be able to use @font-face declarations in your CSS - are they getting stripped out somewhere? I see three different embedded webfonts on your current DW layout, all from dropbox.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2017-08-03 09:09 pm (UTC)(link)
Since you're writing a CSS sheet,
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.