Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

Brand typography and print standards

← All revisions

91bf9ce7 · PointSav Digital Systems ·

editorial(design-system): rewrite brand-typography (Track-B) — confirmed real web fonts are self-hosted Inter/Source Serif 4/Playfair Display via app-mediakit-knowledge's static assets, not native system fonts as claimed; confirmed service-content is a DataGraph extraction service with zero PDF/font-embedding code, not a document-compilation pipeline; kept the Zilla Slab/Barlow Condensed/Nunito Sans font names (real CSS fallback-chain tokens in monorepo templates/tokens.css) but reframed as a documented, unbuilt print specification rather than a live PDF pipeline; dropped fabricated Sahitya font; register-clean EN+ES

View the full record as of this revision →

@@ -4,7 +4,7 @@ type: topic
content_type: topic
index_group: brand-surface
slug: brand-typography
short_description: "The PointSav typography system separates web interface system fonts from institutional print typography, reserving open-licence serifs for PDFs and formal disclosures."
short_description: "PointSav's web surfaces render in Inter, Source Serif 4, and Playfair Display, self-hosted rather than loaded from a system font stack. A separate, documented OFL print-typography matrix exists but has no shipped generation pipeline yet."
title: "Brand typography and print standards"
audience: vendor-public
bcsc_class: current-fact
@@ -12,32 +12,33 @@ language: en
paired_with: brand-typography.es.md
category: design-system
status: active
last_edited: 2026-05-25
last_edited: 2026-08-22
editor: pointsav-engineering
---



The platform enforces a strict boundary between web interface presentation and institutional print output. Web layers use native system fonts for performance; brand typography is reserved for PDF generation and formal printed documents via [[service-content]]. All typefaces are licensed under the SIL Open Font License (OFL) to ensure the Digital Asset Resolution Package (DARP) — the platform's principle requiring all embedded assets to be freely distributable — is satisfied.
Web and print typography are governed separately. The web layer — the documentation wiki, the marketing surface — self-hosts a fixed font set rather than falling back to whatever the visitor's OS provides, so the same page reads identically on every device. Print typography is a separate, currently-aspirational specification: a documented OFL font matrix with no shipped tool that embeds it into a real document yet.

## 1. The execution boundary
## The web layer: self-hosted, not system fonts

All web-based user interfaces use native system UI fonts to minimize latency without loading external font files. High-fidelity brand typography is embedded during the `service-content` compilation phase for PDF binaries. Brand identity is expressed through the resulting document artifact rather than the delivery mechanism.
`app-mediakit-knowledge`, the wiki engine, ships three self-hosted `.woff2` families — Inter for interface and body text, Source Serif 4 for long-form reading, and Playfair Display for display headings. All three are compiled into the engine's static assets and served from the same origin as the page; nothing is fetched from a font CDN or a visitor's installed system fonts. A visitor without Inter installed still sees Inter.

## 2. The OFL typography matrix
## The print matrix: documented, not yet built

All typefaces in the platform are SIL Open Font License (OFL) equivalents of the legacy proprietary fonts they replaced. Font binaries are embedded directly in generated PDFs.
A separate typography specification exists for printed and PDF output — white papers, financial tables, formal disclosures. It is built on SIL Open Font License (OFL) equivalents of proprietary references:

| Token | Active Font | Legacy Equivalent | Strategic Application |
| Token | Active Font | Legacy Reference | Intended Application |
| :--- | :--- | :--- | :--- |
| **serif_primary** | **Zilla Slab** | Caecilia LT Std | High-level institutional trust (White papers). |
| **serif_primary** | **Zilla Slab** | Caecilia LT Std | Institutional trust marks (white paper covers). |
| **sans_condensed**| **Barlow Condensed** | Trade Gothic | Data-dense financial ledgers and tables. |
| **sans_primary** | **Nunito Sans** | Avenir LT Std | Standard body copy and operational text. |
| **serif_secondary**| **Sahitya** | N/A | Editorial pull-quotes and contrast markers. |

## 3. Institutional authority in output
These font names are real design tokens, defined as CSS custom-property fallback chains at the monorepo's `templates/tokens.css`. No PDF-generation or document-compilation tool currently consumes them — the matrix specifies what a print pipeline should use once one exists, not a live mechanism embedding fonts into shipping PDFs today.

Brand typography establishes a professional, high-precision aesthetic for all generated documents. Zilla Slab for headers and Barlow Condensed for financial data give PointSav and Woodfine disclosures a consistent, recognizable institutional register.
## Digital Asset Resolution

The platform's asset-licensing principle — every embedded asset must be freely distributable — applies to both the shipped web fonts and the documented print matrix: all listed typefaces are OFL, chosen specifically so no font-licensing review blocks a future print pipeline from using them.

## See also

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →