Merge pull request #318 from amiaopensource/rm-google-fonts

removes calls to google fonts CDN
This commit is contained in:
Ashley
2018-04-22 13:16:33 -04:00
committed by GitHub
2 changed files with 2 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
<head>
<title>ffmprovisr</title>
<meta name="viewport" charset="utf-8" content="text/html, width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat%7CMerriweather" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/css.css">
<link rel="icon" href="img/vhs.ico">
<script src="js/jquery.min.js"></script>