1.0.0 • Published 1 year ago

mona-sans v1.0.0

Weekly downloads
-
License
OFL-1.1
Repository
github
Last release
1 year ago

Mona Sans

Download Mona SansTypeface microsite ↗️

A strong and versatile typeface, designed together with Degarism and inspired by industrial-era grotesques. Mona Sans works well across product, web, and print. Made to work well together with Mona Sans's sidekick, Hubot Sans.

Mona Sans is a variable font. Variable fonts enable different variations of a typeface to be incorporated into one single file, and are supported by all major browsers, allowing for performance benefits and granular design control of the typeface's weight, width, and slant.

mona-sans

Usage

For web, we recommend using Mona Sans.woff2. Define the font with a @font-face rule, set its weight and stretch ranges, and use it:

@font-face {
  font-family: 'Mona Sans';
  src:
    url('Mona-Sans.woff2') format('woff2 supports variations'),
    url('Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

html {
  font-family: 'Mona Sans';
}

To reduce CLS, you can preload the font in the head of your document:

<link rel="preload" href="Mona-Sans.woff2" as="font" type="font/woff2" crossorigin>

Styles

Style NameItalic NameWeightWidth
UltraLight NarrowUltraLight Narrow Italic20075
Light NarrowLight Narrow Italic30075
Regular NarrowRegular Narrow Italic40075
Medium NarrowMedium Narrow Italic50075
SemiBold NarrowSemiBold Narrow Italic60075
Bold NarrowBold Narrow Italic70075
ExtraBold NarrowExtraBold Narrow Italic80075
Black NarrowBlack Narrow Italic90075
UltraLightUltraLight Italic200100
LightLight Italic300100
RegularRegular Italic400100
MediumMedium Italic500100
SemiBoldSemiBold Italic600100
BoldBold Italic700100
ExtraBoldExtraBold Italic800100
BlackBlack Italic900100
UltraLight WideUltraLight Wide Italic200125
Light WideLight Wide Italic300125
Regular WideRegular Wide Italic400125
Medium WideMedium Wide Italic500125
SemiBold WideSemiBold Wide Italic600125
Bold WideBold Wide Italic700125
ExtraBold WideExtraBold Wide Italic800125
Black WideBlack Wide Italic900125

License

Mona Sans is licensed under the SIL Open Font License v1.1.