font link -> font face

This commit is contained in:
Cade Scroggins
2016-10-14 02:57:11 -07:00
parent 466f76d03b
commit 9f0d727afd
+5 -3
View File
@@ -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 {