An open API service indexing awesome lists of open source software.

https://github.com/lorenzbaum/roboto-and-material-icons-fonts

Roboto fontface and Material Design Icons
https://github.com/lorenzbaum/roboto-and-material-icons-fonts

css font font-face material-icons material-icons-fonts roboto roboto-fontface

Last synced: 6 months ago
JSON representation

Roboto fontface and Material Design Icons

Awesome Lists containing this project

README

          

# Roboto fontface and Material Design Icons
[![StyleCI Status](https://styleci.io/repos/48856946/shield?branch=master)](https://styleci.io/repos/48856946) [![Documentation](https://codedocs.xyz/lorenzbaum/roboto-and-material-icons-fonts.svg)](https://codedocs.xyz/lorenzbaum/roboto-and-material-icons-fonts/)

A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface and the Material Design Icons fontface. The Roboto was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about).

## Installing

Assuming you have [NodeJS](http://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute

```bash
# 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.
```html

```

## Hinting Roboto

Some of the included font files have [hinting](http://en.wikipedia.org/wiki/Font_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:

```html

```

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