Skip to content

Commit e5ab84c

Browse files
committed
fix(demo): missing stylesheet
- was causing the icons not to load
1 parent e75bda9 commit e5ab84c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demo/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>MD3E Components</title>
77
<link rel="stylesheet" href="assets/css/main.css">
8+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
9+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
810
</head>
911
<body>
1012
<md-split-button></md-split-button>

0 commit comments

Comments
 (0)