Skip to content

Commit b436bb3

Browse files
author
Magadeth
committed
font updated
1 parent cba0a18 commit b436bb3

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<title>Magadeth</title>
6-
<link rel="shortcut icon" href="m_fav.ico" />
6+
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
7+
8+
9+
10+
711

812
<style>
9-
*{
13+
*{
1014
padding: 0;
1115
margin: 0;
1216
}
@@ -41,10 +45,11 @@
4145
border:2px dotted#FF00FF;
4246
display:block;
4347
color:#FFF;
44-
font-family:futura;
48+
font-family:'Montserrat' sans-serif;
49+
letter-spacing: 2px;
4550
font-size:16px;
4651
font-weight:bold;
47-
width:200px;
52+
max-width:200px;
4853
padding:10px 5px;
4954
text-decoration:none;
5055
-webkit-transition: all .3s ease-out;
@@ -70,9 +75,9 @@
7075
}
7176

7277
.bottom {
73-
background:url(/assets/images/drip.svg) center top repeat-x #FFF;
78+
background:url(http://f.cl.ly/items/2A1T0F1y2U1M1n453z1E/drip_blk.png) center top repeat-x #FFF;
7479
display: block;
75-
font-family:futura;
80+
font-family:'Montserrat' sans-serif;
7681
font-size:14px;
7782
letter-spacing:1px;
7883
padding-bottom:25px;
@@ -87,9 +92,10 @@
8792

8893
a {
8994
color: #231F20;
90-
font-family: futura;
95+
font-family:'Montserrat' sans-serif;
9196
font-size: 20px;
9297
margin: auto;
98+
letter-spacing:2px;
9399
}
94100

95101
.bottom a:link {text-decoration:none;}
@@ -121,15 +127,15 @@
121127
<center>
122128
<div class="top">
123129
<div class="logo">
124-
<img src="/assets/images/magadeth.svg"/>
130+
<img src="http://f.cl.ly/items/3i2r180d1C433l0e2Q1W/magadeth.png"/>
125131
</div>
126132
<a href="http://dribbble.com/Margaret" class="dribbble">INTO THE VOID</a>
127133
</div>
128134

129135
<div class="bottom">
130-
<img src="/assets/images/lightning.gif"/>
136+
<img src="http://f.cl.ly/items/2b182H1Y111s1Y1Z3q1C/lightning2.gif"/>
131137
<p>LET'S MELT FACES<br>
132-
<a href="mailto:rockon@magadeth">[email protected]</a>
138+
<a href="mailto:rockon@magadeth.com">[email protected]</a>
133139
</div>
134140

135141

m_fav.png

-1.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)