asciidoctor / asciidoctor-stylesheet-factory

!DEPRECATED! This was the utility project for producing the default stylesheet for the HTML converter in Asciidoctor. The source of the default stylesheet now lives in the main Asciidoctor repository.
Other
175 stars 87 forks source link

Add new style - redhat and font 'Liberation Sans' #7

Closed cmoulliard closed 3 years ago

cmoulliard commented 10 years ago

@include font-face("liberation Sans Regular", inline-font-files("liberation/Sans-Regular.ttf", "liberation/Sans-Regular.eot", "liberation/Sans-Regular.svg","liberation/Sans-Regular.woff"));

mojavelinux commented 10 years ago

I'm not comfortable with having a style named "redhat" in the repository as that is a strongly protected brand. However, I am very glad that you raised the issue about the Liberation Sans fonts. Given that Asciidoctor is strongly rooted in the open source culture, I think it's a very good idea to use open source fonts in the default Asciidoctor stylesheet. I've opened an issue and scheduled it for 1.5.1. See https://github.com/asciidoctor/asciidoctor/issues/879

Naturally, we need to have a simpler way to locate and integrate custom themes in Asciidoctor. We'll get it done as soon as we can.

cmoulliard commented 10 years ago

We can rename the stylesheet to avoid that RedHat name appears. Suggestion - 'liberation' or 'liberation-sans' ?

mojavelinux commented 10 years ago

liberation sounds great to me!

cmoulliard commented 10 years ago

Will prepare a new PR with modification + also font-size change as the existing font is too small for paragraph rendering compared to asciidoctor stylesheet

On Wed, Jan 29, 2014 at 12:51 PM, Dan Allen notifications@github.comwrote:

liberation sounds great to me!

Reply to this email directly or view it on GitHubhttps://github.com/asciidoctor/asciidoctor-stylesheet-factory/pull/7#issuecomment-33578025 .

Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io

cmoulliard commented 10 years ago

Modify the PR according to our discussion (rename redhat to liberation)