mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-15 02:11:45 +03:00
move stylesheet back to html
This commit is contained in:
parent
e079b571d2
commit
9a22ebb46e
@ -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 ]
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>NoRedInk style guide</title>
|
||||
<meta charset="utf-8">
|
||||
<title>NoRedInk style guide</title>
|
||||
<link href="assets/reset.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="svg-target"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user