Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I add stylesheets which point to cdn #22

Open
almeynman opened this issue Nov 1, 2015 · 3 comments
Open

Can I add stylesheets which point to cdn #22

almeynman opened this issue Nov 1, 2015 · 3 comments

Comments

@almeynman
Copy link

I could not make it work. For instance how to add:

<link href="https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300,300italic&subset=latin,cyrillic-ext" rel='stylesheet' type='text/css'>
    <script src="https://storage.googleapis.com/code.getmdl.io/1.0.5/material.min.js"></script>
    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
@sahanDissanayake
Copy link

@arunoda this would be an awesome add if you could explain if possible.

I'm struggling with the same thing at the moment

@payner35
Copy link

+1

@payner35
Copy link

var linkInfo = {rel: "stylesheet", href: "https://fonts.googleapis.com/icon?family=Material+Icons"};

DocHead.addLink(linkInfo);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants