Added Maple Medium font to the platform
This commit is contained in:
parent
6581fd70c2
commit
2073bee244
BIN
frontend/public/fonts/MapleMedium.otf
Normal file
BIN
frontend/public/fonts/MapleMedium.otf
Normal file
Binary file not shown.
@ -12,6 +12,15 @@
|
|||||||
@import '_theme.css';
|
@import '_theme.css';
|
||||||
@import '_rich-text.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 */
|
/* Page transition timing - single source of truth */
|
||||||
:root {
|
:root {
|
||||||
--crossfade-duration: 700ms;
|
--crossfade-duration: 700ms;
|
||||||
|
|||||||
@ -20,6 +20,11 @@ export interface FontOption {
|
|||||||
* Supported fonts for UI elements
|
* Supported fonts for UI elements
|
||||||
*/
|
*/
|
||||||
export const FONT_OPTIONS: FontOption[] = [
|
export const FONT_OPTIONS: FontOption[] = [
|
||||||
|
{
|
||||||
|
key: 'maple-medium',
|
||||||
|
label: 'Maple Medium',
|
||||||
|
fontFamily: 'Maple',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'instrument-sans',
|
key: 'instrument-sans',
|
||||||
label: 'Instrument Sans',
|
label: 'Instrument Sans',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user