ttf-inter 0.1.0

Inter font as cargo crate for direct use from code
Documentation
// Copyright (c) 2016-2020 The Inter Project Authors
// https://github.com/rsms/inter

// This Font Software is licensed under the SIL Open Font License, Version 1.1.
// This license is copied below, and is also available with a FAQ at:
// http://scripts.sil.org/OFL


#[cfg(feature = "regular")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Regular.ttf");

#[cfg(feature = "bold")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Bold.ttf");

#[cfg(feature = "italic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Italic.ttf");

#[cfg(feature = "black")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Black.ttf");

#[cfg(feature = "blackitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-BlackItalic.ttf");

#[cfg(feature = "bolditalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-BoldItalic.ttf");

#[cfg(feature = "thin")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-Thin.ttf");

#[cfg(feature = "thinitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ThinItalic.ttf");

#[cfg(feature = "extrabold")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraBold.ttf");

#[cfg(feature = "extrabolditalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraBoldItalic.ttf");

#[cfg(feature = "extralight")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraLight.ttf");

#[cfg(feature = "extralightitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-ExtraLightItalic.ttf");

#[cfg(feature = "light")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-light.ttf");

#[cfg(feature = "lightitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-lightitalic.ttf");

#[cfg(feature = "lightoblique")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-lightoblique.ttf");

#[cfg(feature = "medium")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-medium.ttf");

#[cfg(feature = "mediumitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-mediumitalic.ttf");

#[cfg(feature = "mediumoblique")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-mediumoblique.ttf");

#[cfg(feature = "heavy")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-heavy.ttf");

#[cfg(feature = "heavyitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-heavyitalic.ttf");

#[cfg(feature = "heavyoblique")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-heavyoblique.ttf");

#[cfg(feature = "extralight")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-extralight.ttf");

#[cfg(feature = "extralightitalic")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-extralightitalic.ttf");

#[cfg(feature = "extralightoblique")]
pub const REGULAR: &'static [u8] = include_bytes!("../ttf/Inter-extralightoblique.ttf");