Ditch web font
It was way bigger than the whole site.
This commit is contained in:
parent
d68e43be98
commit
fd57189337
2 changed files with 1 additions and 6 deletions
BIN
Nunito.woff2
BIN
Nunito.woff2
Binary file not shown.
|
@ -5,11 +5,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Fuel App</title>
|
<title>Fuel App</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@font-face {
|
|
||||||
src: url("Nunito.woff2") format("woff2");
|
|
||||||
font-family: Nunito;
|
|
||||||
font-weight: 200 1000;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
margin:40px auto;
|
margin:40px auto;
|
||||||
max-width:650px;
|
max-width:650px;
|
||||||
|
@ -17,7 +12,7 @@ body {
|
||||||
font-size:18px;
|
font-size:18px;
|
||||||
color:#444;
|
color:#444;
|
||||||
padding:0 10px;
|
padding:0 10px;
|
||||||
font-family: Nunito, serif;
|
font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, Nunito, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
h1,h2,h3{ line-height:1.2 }
|
h1,h2,h3{ line-height:1.2 }
|
||||||
|
|
Loading…
Reference in a new issue