Riottosa is an open source variable typeface designed for collective, cultural and activist visual communication.
Riottosa is an open source unicase variable display typeface with horizontal contrast, developed across two interpolation axes and built from four masters: Regular Condensed, Bold Condensed, Regular Wide and Bold Wide.
Originally conceived as a proprietary typeface, Riottosa was designed to support the communication practices of the collective OSA, embracing the same spirit of openness, accessibility and sharing that later led to its release under the SIL Open Font License.
The typeface draws inspiration from Fontivegge, a district of Perugia shaped by its industrial past and rationalist architecture. This context informed a visual language that feels tough, dense and sometimes abrasive, while still preserving a warm and deeply human character aligned with the project’s social and community-oriented nature.
Formally, Riottosa combines constructivist influences with elements derived from vernacular graphics and workers’ visual culture. Its compact letterforms evoke posters, signs and wall writings, turning typography into a performative and identity-driven device.
The unicase approach reflects an attempt to flatten formal hierarchies and give the typeface a more collective and militant voice. Balancing rigour and spontaneity, historical memory and contemporary openness, Riottosa aims to embody the energy of the neighbourhood and transform it into a shared visual language.
- OpenType features
- Variable font support
- Stylistic sets
- Multilingual support
- Latin character set
Riottosa supports major Western European languages, including English, Italian, French, German, Spanish, Portuguese, Dutch and Scandinavian languages.
.
├── LICENSE
├── README.md
├── FONTLOG.txt
├── docs/
├── sources/
├── fonts/
│ ├── otf/
│ ├── variable/
│ └── web/
└── scripts/sources/→ editable Glyphs source filesfonts/otf/→ static desktop font filesfonts/variable/→ variable font files for desktop and web usefonts/web/→ static WOFF2 webfont exportsdocs/→ documentation and visual assetsscripts/→ build and utility scripts
- Download the latest release.
- Install the
.otfor.ttffiles. - Restart your design applications if needed.
@font-face {
font-family: 'Riottosa';
src:
url('fonts/variable/RiottosaVF.woff2') format('woff2'),
url('fonts/variable/RiottosaVF.woff') format('woff');
font-weight: 0 100;
font-stretch: 0% 100%;
font-style: normal;
}Example usage:
.hero-title {
font-family: 'Riottosa', sans-serif;
font-variation-settings:
'wght' 85,
'wdth' 20;
}Describe here:
- the software used;
- build scripts;
- dependencies;
- export workflow.
Example:
fontmake -g sources/FontName.glyphs -o variableThis project is licensed under the SIL Open Font License 1.1.
See the LICENSE file for details.
Designed by Marco Goran Romano.
- Initial release
- Website: https://www.marcogoranromano.com
- Instagram: https://wwww.instagram.com/marcogoranromano | @marcogoranromano
- GitHub: https://github.com/marcogoranromano
