moves font-awesome from CDN to locally hosted

This commit is contained in:
Ashley Blewer 2016-01-07 19:31:04 -05:00
parent 71076d9e53
commit 7d7f2e0c69
2 changed files with 5 additions and 1 deletions

4
css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,9 +4,9 @@
<title>ffmprovisr</title>
<meta charset="utf-8">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/css.css">