Skip to content

Insecure CSS #7

Description

@jay2001

If you are serving your site over HTTPS you will fail to load some fonts due to the top of the stylesheet containing the line...
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

My CSS isn't great but can't this be simply fixed by changing the line to...
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions