Change Open Sans to Lato

This commit is contained in:
Joseph Cohen
2014-12-28 03:24:33 -06:00
parent ba27c96568
commit 8d66c45193
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
@import 'palette';
body.status-page {
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', 'Helevetic Neue', Arial, sans-serif;
background-color: #F0F3F4;
color: #333333;
font-size: 1.4em;

View File

@@ -10,7 +10,7 @@
<title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet</title>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">
@include('partials.stylesheet')

View File

@@ -3,7 +3,7 @@
$incidents = Incident::whereRaw('DATE(created_at) = "' . $incidentDate->format('Y-m-d') . '"')
->orderBy('created_at', 'desc')->get();
?>
<h3>{{ $incidentDate->format('jS M Y') }}</h3>
<h4>{{ $incidentDate->format('jS F Y') }}</h4>
<div class='timeline'>
<div class='content-wrapper'>
@forelse($incidents as $incidentID => $incident)

View File

@@ -4378,7 +4378,7 @@ body.dashboard .content {
margin-top: 0; }
body.status-page {
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', 'Helevetic Neue', Arial, sans-serif;
background-color: #F0F3F4;
color: #333333;
font-size: 1.4em;

View File

@@ -4378,7 +4378,7 @@ body.dashboard .content {
margin-top: 0; }
body.status-page {
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', 'Helevetic Neue', Arial, sans-serif;
background-color: #F0F3F4;
color: #333333;
font-size: 1.4em;

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-2dfaf63f.css",
"css/all.css": "css/all-1e73d07b.css",
"js/all.js": "js/all-5a1e1732.js"
}