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

Commit

Permalink
Add a crossorigin header to the font import.
Browse files Browse the repository at this point in the history
  • Loading branch information
fejesjoco committed Aug 25, 2016
1 parent ace2287 commit 68982ca
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 68982ca

Please sign in to comment.