fresh-standard / fresh-themes

Multiformat themes and skins for your technical résumé/CV.
MIT License
194 stars 63 forks source link

Use of web based css File. #55

Open Jebik opened 6 years ago

Jebik commented 6 years ago

I'm currently updating security of my website... And one of the security setting is to transmit header informations to tell to web browser to only use my content.

Most of the theme use a link to https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css.

Wouldn't it be better to add the css to your theme and then link it in generated folder? For keeping the html version offline readable?

hacksalot commented 6 years ago

Yes. At least that option should be provided. Let's look into this.

hacksalot commented 6 years ago

This would be similar to the ability to switch between embedded (via <style>) versus linked (via <link>) CSS styles, which we support because it comes in handy when users are doing a lot of local-only HTML viewing and PDF generation.