Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed font issue
  • Loading branch information
halgatewood committed Feb 23, 2018
1 parent 6a526ce commit 1d32baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
@@ -1,7 +1,7 @@
<?php
/*
Free PHP File Directory Listing Script - Version 1.11
Free PHP File Directory Listing Script - Version 1.10
The MIT License (MIT)
Expand Down Expand Up @@ -67,7 +67,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0, viewport-fit=cover">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<link href="//fonts.googleapis.com/css?family=Lato:400;900" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet" type="text/css" />
<style>
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body { background: #dadada; font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; text-align: center;}
Expand Down

0 comments on commit 1d32baf

Please sign in to comment.