mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 19:52:40 +00:00
Add the Montserrat google cdn font to relevant pages
I think I'm going to require a head file that has all this needed info
This commit is contained in:
parent
3f501132d0
commit
92140f083a
@ -9,6 +9,7 @@
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="lobli.ico"/>
|
||||
|
@ -84,6 +84,7 @@
|
||||
<!-- Bootstrap -->
|
||||
<link href="Include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="Include/CSS/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="lobli.ico"/>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="lobli.ico"/>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="lobli.ico"/>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
Loading…
Reference in New Issue
Block a user