roboto-and-material-icons-fonts

1.2.2 • Public • Published

Roboto fontface and Material Design Icons

StyleCI Status Documentation

A simple package providing the Roboto fontface and the Material Design Icons fontface. The Roboto was created by Christian Robertson.

Installing

Assuming you have NodeJS, NPM and Bower installed globally just open up a terminal, navigate to your projects root directory and then execute

# install via Bower
$ bower install roboto-and-material-icons-fonts --save

Usage

Simply include the material-icons[.min].css and the roboto[.min].css in your html file.

<link rel="stylesheet" href="bower_components/roboto-and-material-icons-fonts/css/roboto.min.css">
<link rel="stylesheet" href="bower_components/roboto-and-material-icons-fonts/css/material-icons.min.css">

Hinting Roboto

Some of the included font files have hinting.

Files Hinting
.eot ?
.svg no
.ttf ?
.woff yes
.woff2 ?

Material Icons

The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

Read more in our full usage guide: http://google.github.io/material-design-icons/#icon-font-for-the-web

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i roboto-and-material-icons-fonts

      Weekly Downloads

      5

      Version

      1.2.2

      License

      Apache 2.0

      Unpacked Size

      4.83 MB

      Total Files

      88

      Last publish

      Collaborators

      • talesmgodois