facn2 / ApolloXII

Autocomplete Widget
1 stars 0 forks source link

Loading FontAwesome vs SVG in `index.html` #45

Open yvonne-liu opened 7 years ago

yvonne-liu commented 7 years ago

Just for the future, it's probably better to use SVG vs importing in the entire FontAwesome for better performance, on line 10:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

veredrec commented 7 years ago

@yvonne-liu this is a good point. We will definitely do it in future projects. Thanks!