Commit 38ce92ca authored by Romain Loth's avatar Romain Loth

add font imports from CDN throughout the pages

parent 8f8d33e6
......@@ -7,6 +7,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- ## fonts ## -->
<link type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link type="text/css" href="https://fonts.googleapis.com/css?family=Droid%20Sans" rel="stylesheet">
<link rel="stylesheet" href="static/explorerlibs/jquery/jquery-ui.css" media="screen">
<link rel="stylesheet" href="static/explorerlibs/bootstrap/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="static/explorerlibs/css2/freshslider.css" media="screen">
......
......@@ -20,6 +20,10 @@ $meta = '<!DOCTYPE html>
<link type="text/css" href="static/css/comex.css" rel="stylesheet">
<link type="text/css" href="static/css/bootstrap_directory.css" rel="stylesheet">
<!-- ## fonts ## -->
<link type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link type="text/css" href="https://fonts.googleapis.com/css?family=Droid%20Sans" rel="stylesheet">
<!-- updated versions as of 2016-2017 -->
<script type="text/javascript" src="static/js/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="static/js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
......
......@@ -20,6 +20,10 @@ $meta = '<!DOCTYPE html>
<link type="text/css" href="static/css/comex.css" rel="stylesheet">
<link type="text/css" href="static/css/bootstrap_directory.css" rel="stylesheet">
<!-- ## fonts ## -->
<link type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link type="text/css" href="https://fonts.googleapis.com/css?family=Droid%20Sans" rel="stylesheet">
<!-- updated versions as of 2016-2017 -->
<script type="text/javascript" src="static/js/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="static/js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
......
......@@ -18,6 +18,10 @@ $meta = '<!DOCTYPE html>
<link type="text/css" href="static/css/comex.css" rel="stylesheet">
<link type="text/css" href="static/css/bootstrap_directory.css" rel="stylesheet">
<!-- ## fonts ## -->
<link type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link type="text/css" href="https://fonts.googleapis.com/css?family=Droid%20Sans" rel="stylesheet">
<!-- updated versions as of 2016-2017 -->
<script type="text/javascript" src="static/js/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="static/js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment