Remove Google webfont
This commit is contained in:
parent
f297c670b3
commit
a35dab70b8
20 changed files with 4 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,13 +1,3 @@
|
||||||
@font-face {
|
|
||||||
font-family: "LatoHairline";
|
|
||||||
src: url("fonts/Lato-Hairline.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "LatoLight";
|
|
||||||
src: url("fonts/Lato-Light.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
*{
|
*{
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +8,7 @@ html,body{
|
||||||
}
|
}
|
||||||
|
|
||||||
html{
|
html{
|
||||||
font-family:'LatoLight', 'Lato', sans-serif;
|
font-family:'Open Sans', sans-serif;
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
font-size:100%;
|
font-size:100%;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +105,6 @@ nav#links a{
|
||||||
|
|
||||||
.homepage-wrapper .header{
|
.homepage-wrapper .header{
|
||||||
font-size:68px;
|
font-size:68px;
|
||||||
font-family:'LatoHairline', 'Lato', sans-serif;
|
|
||||||
font-weight:100;
|
font-weight:100;
|
||||||
line-height:0.9em;
|
line-height:0.9em;
|
||||||
background:url('/images/friendica.svg') top left no-repeat;
|
background:url('/images/friendica.svg') top left no-repeat;
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
<link rel="shortcut icon" href="/images/friendica-32.png" />
|
<link rel="shortcut icon" href="/images/friendica-32.png" />
|
||||||
<link rel="apple-touch-icon" href="/images/friendica-128.png"/>
|
<link rel="apple-touch-icon" href="/images/friendica-128.png"/>
|
||||||
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Lato:100,300" rel="stylesheet" type="text/css">
|
|
||||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||||
<link href="/assets/style.css" rel="stylesheet" type="text/css" />
|
<link href="/assets/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue