Giter Club home page Giter Club logo

css-font-roboto's Introduction

@ox2/css-font-roboto

NPM version

Roboto Font v15

This package contains common Roboto font styles that are converted to base64-encoded data URI strings and embedded into a single css file.

Installation

Install using npm:

npm install @ox2/css-font-roboto --save

Install using yarn:

yarn add @ox2/css-font-roboto

Why

This is useful for prototyping as you can start using the font quickly by importing single css file to your project/playground and it does not require internet connection to use it once the package has been installed. Depending on your setup and use case this could be used in a production app as well, for example you could merge it with your current style sheet and included in Cordova app bundle for a more consistent font loading experience.

Usage

You can use it in a webpack project by importing it import '@ox2/css-font-roboto' in your top level js file like index.js or in a .storybook/config.js if your using React Storybook.

Bundled font styles

  • Light 300
  • Normal 400
  • Normal 400 Italic
  • Medium 500
  • Bold 700
  • Bold 700 Italic

Bundled font language subsets

  • Latin

Font update instructions

Note: There may only be a need to update it when there is a new font version released by Google Fonts.

Current font version: v15

  1. Download remote css file from Google fonts, output: downloads/index.css:
npm run download
  1. Convert font data into base64-encoded data URI strings, output: src/index.css:
npm run convert
  1. Build and publish the package, output: build/
npm run build
cd build && npm publish

TIP: You can check if theres a new font version by running the download script and inspecting font urls ...gstatic.com/s/roboto/v15/Hgo13k... in the output file or just opening the google font link in your browser and inspecting urls there.

Build your own package

You can easily build your own package with other font family/styles variations by changing FONT_URL variable in scripts/download.sh to your custom one from https://fonts.google.com/ and then following the steps in Update Instructions section.

Font License

Apache License, version 2.0

More info: https://www.google.com/fonts/specimen/Roboto

Repository: https://github.com/google/roboto

Change Log

Changes are tracked in the CHANGELOG.md

Package License

MIT

css-font-roboto's People

Contributors

lauricio avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.