The Asciidoctor theme used for the documentations of the Hibernate projects
Content
The theme contains:
- CSS and resources used to customize the HTML output
 - a complete PDF theme, including specific fonts
 - some docinfo files shared by several projects
 
Test
A test document is included to be able to test the output of the themes.
You can generate the test output in target/asciidoctor by running the following command:
mvn clean test
 
Fonts
The Overpass-*-conums.ttf fonts are copies of the according Overpass font including the callout numbers characters of the mplus1mn-regular-ascii-conums.ttf font.
The Unicode range for the conums is U+2460 - U+2473.
FontForge can be used to copy/paste the characters from one font to another and generate the new font.
See https://github.com/asciidoctor/asciidoctor-pdf/issues/409 for all the background about this issue.
License
The source code is licensed under the Apache License version 2.0.
This repository also contains external resources:
- a copy of the default Asciidoctor PDF theme as a reference - MIT license
 - the Overpass font - SIL OFL 1.1
 - several of the M+ fonts - see the included license file
 - the Font Awesome font and stylesheets - SIL OFL 1.1 and MIT license