font link -> font face
This commit is contained in:
+5
-3
@@ -78,9 +78,12 @@
|
|||||||
|
|
||||||
<title>~</title>
|
<title>~</title>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
|
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
src: url('https://fonts.gstatic.com/s/lato/v11/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2') format('woff2');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -91,7 +94,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
color: #222;
|
color: #222;
|
||||||
font-family: 'Lato', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
font-weight: 300;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|||||||
Reference in New Issue
Block a user