Switch to Open Sans font

This commit is contained in:
Gabriel Augendre 2016-05-07 19:40:57 +02:00
parent d27e7493f4
commit 252dc47ec0
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
<html>
<head>
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">

View file

@ -20,7 +20,7 @@ html {
body {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-family: "Open Sans", sans-serif;
line-height: 1.5;
/* Margin bottom by footer height */
margin-bottom: 6em;