Added Maple Medium font to the platform

This commit is contained in:
Dmitri 2026-05-04 18:49:29 +02:00
parent 6581fd70c2
commit 2073bee244
3 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -12,6 +12,15 @@
@import '_theme.css';
@import '_rich-text.css';
/*
Custom Font Declarations
*/
@font-face {
font-family: 'Maple';
src: url('/fonts/MapleMedium.otf') format('opentype');
}
/* Page transition timing - single source of truth */
:root {
--crossfade-duration: 700ms;

View File

@ -20,6 +20,11 @@ export interface FontOption {
* Supported fonts for UI elements
*/
export const FONT_OPTIONS: FontOption[] = [
{
key: 'maple-medium',
label: 'Maple Medium',
fontFamily: 'Maple',
},
{
key: 'instrument-sans',
label: 'Instrument Sans',