mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 14:42:37 +03:00
Add Muli font
This commit is contained in:
parent
9614fe8e91
commit
2748dcdf8f
14
styleguide-app/index.html
Normal file
14
styleguide-app/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>NoRedInk style guide</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<script src="elm.js"></script>
|
||||
<script>
|
||||
const app = Elm.Main.fullscreen();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user