Add Font Awesome stylesheet
This commit is contained in:
parent
84361f183e
commit
8529930db1
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<!-- Font-awesome CSS stylesheet -->
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"
|
||||
type='text/css'>
|
||||
|
||||
<!-- Jupyter CSS stylesheet -->
|
||||
<link rel="stylesheet" href="/static/jupyter.css" type="text/css">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue