···11+Copyright (c) 2023-2025, Bao Nguyen/RandomMaerks (rmforbusiness@gmail.com).
22+33+This Font Software is licensed under the SIL Open Font License, Version 1.1.
44+This license is copied below, and is also available with a FAQ at:
55+http://scripts.sil.org/OFL
66+77+88+-----------------------------------------------------------
99+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1010+-----------------------------------------------------------
1111+1212+PREAMBLE
1313+The goals of the Open Font License (OFL) are to stimulate worldwide
1414+development of collaborative font projects, to support the font creation
1515+efforts of academic and linguistic communities, and to provide a free and
1616+open framework in which fonts may be shared and improved in partnership
1717+with others.
1818+1919+The OFL allows the licensed fonts to be used, studied, modified and
2020+redistributed freely as long as they are not sold by themselves. The
2121+fonts, including any derivative works, can be bundled, embedded,
2222+redistributed and/or sold with any software provided that any reserved
2323+names are not used by derivative works. The fonts and derivatives,
2424+however, cannot be released under any other type of license. The
2525+requirement for fonts to remain under this license does not apply
2626+to any document created using the fonts or their derivatives.
2727+2828+DEFINITIONS
2929+"Font Software" refers to the set of files released by the Copyright
3030+Holder(s) under this license and clearly marked as such. This may
3131+include source files, build scripts and documentation.
3232+3333+"Reserved Font Name" refers to any names specified as such after the
3434+copyright statement(s).
3535+3636+"Original Version" refers to the collection of Font Software components as
3737+distributed by the Copyright Holder(s).
3838+3939+"Modified Version" refers to any derivative made by adding to, deleting,
4040+or substituting -- in part or in whole -- any of the components of the
4141+Original Version, by changing formats or by porting the Font Software to a
4242+new environment.
4343+4444+"Author" refers to any designer, engineer, programmer, technical
4545+writer or other person who contributed to the Font Software.
4646+4747+PERMISSION & CONDITIONS
4848+Permission is hereby granted, free of charge, to any person obtaining
4949+a copy of the Font Software, to use, study, copy, merge, embed, modify,
5050+redistribute, and sell modified and unmodified copies of the Font
5151+Software, subject to the following conditions:
5252+5353+1) Neither the Font Software nor any of its individual components,
5454+in Original or Modified Versions, may be sold by itself.
5555+5656+2) Original or Modified Versions of the Font Software may be bundled,
5757+redistributed and/or sold with any software, provided that each copy
5858+contains the above copyright notice and this license. These can be
5959+included either as stand-alone text files, human-readable headers or
6060+in the appropriate machine-readable metadata fields within text or
6161+binary files as long as those fields can be easily viewed by the user.
6262+6363+3) No Modified Version of the Font Software may use the Reserved Font
6464+Name(s) unless explicit written permission is granted by the corresponding
6565+Copyright Holder. This restriction only applies to the primary font name as
6666+presented to the users.
6767+6868+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
6969+Software shall not be used to promote, endorse or advertise any
7070+Modified Version, except to acknowledge the contribution(s) of the
7171+Copyright Holder(s) and the Author(s) or with their explicit written
7272+permission.
7373+7474+5) The Font Software, modified or unmodified, in part or in whole,
7575+must be distributed entirely under this license, and must not be
7676+distributed under any other license. The requirement for fonts to
7777+remain under this license does not apply to any document created
7878+using the Font Software.
7979+8080+TERMINATION
8181+This license becomes null and void if any of the above conditions are
8282+not met.
8383+8484+DISCLAIMER
8585+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8686+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
8787+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
8888+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
8989+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9090+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9191+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9292+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
9393+OTHER DEALINGS IN THE FONT SOFTWARE.
public/fonts/OverusedGrotesk-VF.woff
This is a binary file and will not be displayed.
public/fonts/OverusedGrotesk-VF.woff2
This is a binary file and will not be displayed.
+14-5
src/styles/global.css
···33 * "The open sky meets the typesetter's bench" — editorial letterpress + open air.
44 * Self-hosted, freely-licensed fonts; light + dark first-class.
55 */
66-@import '@fontsource-variable/fraunces';
77-@import '@fontsource-variable/newsreader';
86@import '@fontsource/ibm-plex-mono/400.css';
97@import '@fontsource/ibm-plex-mono/500.css';
10899+/* Overused Grotesk — self-hosted variable font (OFL-1.1, see public/fonts/). */
1010+@font-face {
1111+ font-family: 'Overused Grotesk';
1212+ src:
1313+ url('/fonts/OverusedGrotesk-VF.woff2') format('woff2-variations'),
1414+ url('/fonts/OverusedGrotesk-VF.woff') format('woff-variations');
1515+ font-weight: 300 900;
1616+ font-style: normal;
1717+ font-display: swap;
1818+}
1919+1120:root {
1212- /* Type */
1313- --font-display: 'Fraunces Variable', Georgia, 'Times New Roman', serif;
1414- --font-body: 'Newsreader Variable', Georgia, serif;
2121+ /* Type — one grotesk for display + body, mono for labels/code */
2222+ --font-display: 'Overused Grotesk', system-ui, sans-serif;
2323+ --font-body: 'Overused Grotesk', system-ui, sans-serif;
1524 --font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace;
16251726 /* Palette — light (warm paper, ink, altitude blue) */