Skip to content

Commit

Permalink
Remove google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Apr 28, 2017
1 parent b174d55 commit 34bd06a
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 395 deletions.
780 changes: 390 additions & 390 deletions cmd/leaps/bindata_assetfs.go

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/leaps/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<script type="text/javascript" src="leaps.js"></script>
<script type="text/javascript" src="leap-ace.js"></script>
<script type="text/javascript" src="leapshare.js"></script>
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body class="white">
Expand Down
6 changes: 2 additions & 4 deletions cmd/leaps/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ img {
/* FONTS */

body, html, a {
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-family: sans-serif;
}

h1, h2, h3, h4, h5, button, strong, .button, .round-button {
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-family: sans-serif;
}

/* COLOURS */
Expand Down

0 comments on commit 34bd06a

Please sign in to comment.