Switch to Open Sans font
This commit is contained in:
parent
d27e7493f4
commit
252dc47ec0
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DAVIDS • 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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue