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
+1 -1
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)