Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from fejesjoco/master
Browse files Browse the repository at this point in the history
Add a crossorigin header to the font import.
  • Loading branch information
e111077 authored Apr 11, 2017
2 parents e0d2d3d + 68982ca commit ad31da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboto.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">

0 comments on commit ad31da7

Please sign in to comment.