SN Pro is a friendly sans serif typeface optimized for use with Markdown. It is based on Nunito by Vernon Adams, and each character has been re-worked to improve readability and usability within a Markdown context. Originally designed by and for Supernotes.
Visit the official website for the download link, information about the design process and our sponsors.
SN Pro is available in .otf
, .woff
and .woff2
formats, with weights ranging from Thin to Black. Please download the .zip from the official download page.
As of SN Pro 1.1, three variable variants are available in .woff
and .woff2
formats:
- 'SNPro-Variable' - all weights, including both italic and regular styles
- 'SNPro-VariableRegular' - all weights fixed in regular style
- 'SNPro-VariableItalic' - all weights fixed in italicized style
If you'd like to include them in css please follow the following guidelines. This allows support for all weights and italics in almost all major browsers:
@font-face {
font-family: 'SN Pro';
src: url(SNProVF_LINK) format('woff2-variations');
font-weight: 200 900;
font-style: oblique 0deg 14deg;
}
Currently the following ligatures are supported:
-> →
--> ⟶
<- ←
<-- ⟵
<= ≥
>= ≤
=> ⇒
==> ⟹
<== ⟸
<-> ↔
<--> ⟷
<=> ⇔
<==> ⟺
!= ≠
Please make sure ligatures are active within your editor / css. Circled numbers are not currently present in the ligature spec.
While the typeface as a whole has been designed with Markdown in mind, enabling this stylistic set specifically modifies asterisks and graves to be larger and bolder while editing Markdown.
SN Pro (1.1). Designed by Tobias Whetton at Supernotes. Based on Nunito by Vernon Adams.