From 9a22ebb46e2e08fd9b351b0258f3b4c3c15419db Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 1 Apr 2019 13:05:15 -0500 Subject: [PATCH] move stylesheet back to html --- styleguide-app/View.elm | 9 +-------- styleguide-app/index.html | 5 +++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/styleguide-app/View.elm b/styleguide-app/View.elm index 06cd8f67..5bcc3942 100644 --- a/styleguide-app/View.elm +++ b/styleguide-app/View.elm @@ -21,14 +21,7 @@ import Update exposing (..) view : Model -> Document Msg view model = { title = "Style Guide" - , body = - [ view_ model |> Html.toUnstyled - , RootHtml.node "link" - [ Html.Attributes.href "https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,800,800i,900,900i" - , Html.Attributes.rel "stylesheet" - ] - [] - ] + , body = [ view_ model |> Html.toUnstyled ] } diff --git a/styleguide-app/index.html b/styleguide-app/index.html index c3be0c30..8d1be619 100644 --- a/styleguide-app/index.html +++ b/styleguide-app/index.html @@ -1,9 +1,10 @@ - - NoRedInk style guide + + NoRedInk style guide +