Skip to content

Commit 0d4f6ec

Browse files
committed
Add Font Awesome fonts to navigation to add drop down arrows
1 parent afd3541 commit 0d4f6ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_includes/navigation.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
12
<div class="navbar">
23
{% for item in site.data.navbar.navbar %}
34
{% if item.subItems == null %}
@@ -48,7 +49,11 @@
4849
background-color: inherit;
4950
font-family: 'Myriad Pro', Calibri, Helvetica, Arial;
5051
line-height: 1.5;
51-
-webkit-font-smoothing: antialiased;;
52+
-webkit-font-smoothing: antialiased;
53+
}
54+
55+
.dropdown .dropbtn .fa {
56+
padding-left: 3px;
5257
}
5358

5459
/* Add a blue background color to navbar links on hover */

0 commit comments

Comments
 (0)