-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.html
More file actions
38 lines (36 loc) · 952 Bytes
/
logo.html
File metadata and controls
38 lines (36 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<link rel="stylesheet" href="https://use.typekit.net/jmw8bxd.css">
<link rel="stylesheet" href="base.css" type="text/css"/>
<style media="screen">
body {
padding: 0;
}
h1 {
font-family: ff-meta-web-pro, sans-serif;
margin-top: 5px;
font-size: 21px;
margin-left: 0px;
}
.whiteOnRed {
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight: 800;
line-height: 1.5;
}
/* Above 300px screen width: */
@media only screen and (min-width: 300px) {
h1 {
font-size: 36px;
margin-top: 9px;
}
.whiteOnRed {
padding-left: 20px;
padding-right: 20px;
padding-top: 9px;
padding-bottom: 12px;
font-weight: 600;
line-height: 1.3;
}
</style>
<h1><span class="whiteOnRed">Fun <span style="font-weight: normal;">with</span><br />Fonts</span></h1>