{% extends 'category.html' %} {% load markup %} {% block extrahead %} {% endblock %} {% block header %}

{{ category|title }}

Welcome to the OSP-foundry!

Here you find all fonts produced by OSP. Some of them are complete typefaces, others works in progress. They are all Libre Fonts, meaning they are released under libre software licenses that allow modification, re-distribution and use.

More about why we make/use Libre fonts.

For us, typography is more than the work of solitary masters passing on their secret trade to devoted pupils, committed as they are to a specialist work overlooked by most common people. This image that is carefully preserved in the closed world of type design, obscures the fact that typography today is lightweight and widespread. It certainly contrasts with the invitation of Free Software to anyone to run, copy, distribute, study, change and improve.

Could the production and distribution of Libre Fonts turn this patriarchal system inside out? What if expert and amateur users work together and make improvements to the typefaces they use, what if they share these fixes with others? What if the design of a typeface would benefit from the many eyes of designers working around the world? What if a typeface was not a fixed entity, but a networked set of elements, responding to context and types of use?

At OSP we feel typography is inherently generative, especially since digital files have everything to gain from being copied and re-mixed. We’d rather work with their constraints and affordances, than rely on a contradictory business model that invests more in copyright enforcement than in creative development itself. Typographers forge by nature and (sadly often without credit) appropriate the ideas and designs of their colleagues. We prefer to be explicit about the provenance of our glyphs and curves and hope you enjoy the result as much as we do.

{% endblock header %} {% block content %}
{% for repo in repos %}

{{ repo.name }}

Last update: {{ repo.commits.0.commit_time|date:"jS F Y - H:i" }} {{ repo.commits.0.author }} {{ said|random }}: {{ repo.commits.0.message|urlize|linebreaksbr }}
{% if repo.woffs %}

{{ repo.woffs.0.sentence }}

{% endif %} {% if 'image/' in repo.iceberg.0.mime and not 'svg' in repo.iceberg.0.mime or repo.iceberg.0.mime == 'application/pdf' %}
{% for img in repo.iceberg %} {% endfor %}
{% endif %}
{% endfor %}

We would also be proud to publish the uses (and modifications) you make of the fonts on our website. ☺
Clone our repositories via Gitlab. Your contribution is welcome.

Among the reinforcement needs:

{% endblock %}