aetna-fonts-inter 0.1.0

Inter Variable bundled for Aetna
Documentation
1
2
3
4
5
6
7
8
9
//! Inter Variable bundled for Aetna.
//!
//! Each face exposes a `pub static FOO: &[u8]` constant that
//! `aetna-fonts` re-exports when the `inter` feature is enabled.

#![no_std]

pub static INTER_VARIABLE: &[u8] = include_bytes!("../fonts/InterVariable.ttf");
pub static INTER_VARIABLE_ITALIC: &[u8] = include_bytes!("../fonts/InterVariable-Italic.ttf");