Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BlackFoundryCom/InriaFonts

Fonts and UFO Masters of Inria Serif and Inria Sans Typeface
https://github.com/BlackFoundryCom/InriaFonts

design fonts inria ofl typedesign typeface ufo

Last synced: 7 days ago
JSON representation

Fonts and UFO Masters of Inria Serif and Inria Sans Typeface

Awesome Lists containing this project

README

        

# Inria Sans and Inria Serif

```
Inria Sans and Inria Serif are the two members of a type family design for the communication of Inria,
a national institute dedicated to numeric research. The Institute needed a font showing its values
at the crossroad of humanity, technology, excellence and creativity. Black[Foundry] created a humanist
typeface with a unapologetically contemporary design as the Sans-serif part and a more rational axis
and drawing for the serif. Both members comes in 3 weights with matching italics.
```
![Specimen](documentation/Family.png)

## Features
```
Ligatures
Old Style Figures
Lining Tabular Figures
Superiors and inferiors
Dynamic fractions
Stylistic Set 01 : Swashed Capitals
Stylistic Set 02 : Arrows
Case sensitive punctuations
```

## xeLaTeX usage
```
\usepackage{mathspec}
\setmainfont{Inria Sans}[Scale=MatchLowercase]
\setsansfont{Inria Sans}[Scale=MatchLowercase]
\setmathfont(Digits,Latin,Greek,Symbols)[Scale=MatchLowercase]{Inria Serif}
\setmathrm[Scale=MatchLowercase]{Inria Sans}
\usepackage{mathastext}
```