Change content text to Open Sans
parent
f79c578433
commit
aafdd80d3b
|
@ -1,8 +1,5 @@
|
|||
.title, .text {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
@ -10,6 +7,7 @@
|
|||
}
|
||||
|
||||
.text {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>matthew ess</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:600' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
|
Loading…
Reference in New Issue