if you have a printer, you're a publisher
1. open zine studio ↗ in your web browser
2. use HTML to flesh out the pages
3. press ⌘ + P to print an 8-page mini zine to one sheet of 8.5 x 11" legal paper
[!NOTE] for best results, in your system print dialog... - set Margins to None or 0 - select "Scale 100%" rather than "Fit to page width" - check "Print backgrounds" to ensure proper styling
assembly
once you've printed your zine, follow this assembly guide to cut and fold it to shape:
once assembled, use a gluestick to increase your zine's structural stability (add glue to the back of the purple sections):

built-in fonts
bundled fonts are automatically available.
just use font-family in your CSS:
<style>
#front-cover { font-family: 'Basteleur Bold'; }
#page1 { font-family: 'Baskervville'; font-style: italic; }
</style>
available font families...
| font-family | variants | license |
|---|---|---|
Baskervville |
Regular, Italic, Bold, Bold Italic | SIL Open Font License |
Baskervville SemiBold |
Regular, Italic | SIL Open Font License |
Basteleur Bold |
Regular | SIL Open Font License |
Basteleur Moonlight |
Regular | SIL Open Font License |
Avara |
Bold, Bold Italic | SIL Open Font License |
Avara Black |
Regular | SIL Open Font License |
Ballet |
Regular | SIL Open Font License |
Bitcount Single |
Regular | SIL Open Font License |
Cut Me Out 2 |
Regular | SIL Open Font License |
Elb-Tunnel |
Regular | Creative Commons |
Elb-Tunnel Schatten |
Regular | Creative Commons |
Eagle Lake |
Regular | SIL Open Font License |
Eureka |
Regular | SIL Open Font License |
Feroniapi |
Medium Italic | SIL Open Font License |
Geostar Fill |
Regular | SIL Open Font License |
Hyper Scrypt |
Regular | SIL Open Font License |
IBM Plex Serif |
Regular, Italic, Bold, Bold Italic | SIL Open Font License |
Indira K |
Regular | SIL Open Font License |
Instrument Serif |
Regular, Italic | SIL Open Font License |
Jacquard 12 |
Regular | SIL Open Font License |
Jacquarda Bastarda 9 |
Regular | SIL Open Font License |
Jgs Font |
Regular | SIL Open Font License |
Jgs 5 |
Regular | SIL Open Font License |
Jgs 7 |
Regular | SIL Open Font License |
Jgs 9 |
Regular | SIL Open Font License |
Kaeru Kaeru |
Regular | SIL Open Font License |
Kanalisirung |
Regular | SIL Open Font License |
Karrik |
Regular, Italic | SIL Open Font License |
Kings |
Regular | SIL Open Font License |
Matemasie |
Regular | SIL Open Font License |
Mess |
Light | SIL Open Font License |
Mon Hugo |
Regular | SIL Open Font License |
Mon Hugo Out |
Regular | SIL Open Font License |
Murrx |
Regular | SIL Open Font License |
Neo-castel |
Regular | OIFL (French OFL) |
Ouest |
Regular | OIFL (French OFL) |
Princess Sofia |
Regular | SIL Open Font License |
Resistance |
Regular | SIL Open Font License |
Snowburst One |
Regular | SIL Open Font License |
Special Elite |
Regular | Apache License |
Special Gothic Expanded One |
Regular | SIL Open Font License |
Steps Mono |
Regular | SIL Open Font License |
Steps Mono Thin |
Regular | SIL Open Font License |
Terminal Grotesque |
Regular | SIL Open Font License |
Terminal Grotesque Open |
Regular | SIL Open Font License |
Tiny5 |
Regular | SIL Open Font License |
Trickster |
Regular | SIL Open Font License |
cool zine ideas:
- comic book
- recipe book
- album review
- photo album
- dream journal
- poem collection
- manifesto
technologies used
licenses
the source code in this repository is licensed under the GNU General Public License v3.0 (GPLv3).
the included font files are not covered by the GPLv3 and are distributed under their original licenses (primarily the SIL Open Font License).
see individual font directories in resources/fonts/ for full license details.

