1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-22 20:34:29 -04:00

move webfont css into separate file

This commit is contained in:
2017-07-16 17:47:17 -04:00
parent e67d12e290
commit cc1257e3db
3 changed files with 25 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<title><?php echo $page ?> &middot; Spoons</title>
<!--
_ _ _
| \ | | (_)
@@ -118,6 +118,7 @@
<link href="<?php echo $site_url ?>/assets/css/bootstrap.css" rel="stylesheet">
<link href="<?php echo $site_url ?>/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="<?php echo $site_url ?>/assets/css/main.css" rel="stylesheet">
<link href="<?php echo $site_url ?>/assets/css/fonts.css" rel="stylesheet">
<!-- Le JQuery -->
<script src="<?php echo $site_url ?>/assets/js/jquery.min.js"></script>