mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
font link -> font face
This commit is contained in:
parent
466f76d03b
commit
9f0d727afd
1 changed files with 5 additions and 3 deletions
|
|
@ -78,9 +78,12 @@
|
|||
|
||||
<title>~</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
|
||||
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('https://fonts.gstatic.com/s/lato/v11/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2') format('woff2');
|
||||
}
|
||||
|
||||
body {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -91,7 +94,6 @@
|
|||
padding: 0;
|
||||
color: #222;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue