Skip to content

ulyssesrr/react-native-rawline-ttf

 
 

react-native-rawline-ttf

Rawline font with proper PostScript names for react-native.

Installation

npm install react-native-rawline-ttf

Usage

expo-font

{
  "expo": {
    "plugins": [
      [
        "expo-font",
        {
          "fonts": [
            "node_modules/react-native-rawline-ttf/font/Rawline-Black.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-BlackItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Bold.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-BoldItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-ExtraBold.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-ExtraBoldItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-ExtraLight.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-ExtraLightItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Italic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Light.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-LightItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Medium.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-MediumItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Regular.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-SemiBold.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-SemiBoldItalic.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-Thin.ttf",
            "node_modules/react-native-rawline-ttf/font/Rawline-ThinItalic.ttf"
          ]
        }
      ]
    ]
  }
}

Contributing

Licenses

Code license: MIT Rawline Font license: SIL Open Font License


Made with create-react-native-library

About

Rawline font with proper PostScript names for react-native.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.2%
  • JavaScript 43.8%