mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Found the right font!
This commit is contained in:
parent
873d9fe263
commit
cc641b3fdd
@ -6,7 +6,9 @@ html
|
||||
body
|
||||
background: #101010
|
||||
color: white
|
||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
||||
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||
letter-spacing: 0.1em
|
||||
font-weight: 100
|
||||
font-size: 100%
|
||||
overflow: hidden
|
||||
|
||||
@ -153,7 +155,7 @@ p a
|
||||
right: 0
|
||||
text-align: right
|
||||
margin: 0 20px
|
||||
font-weight: normal
|
||||
font-weight: 100
|
||||
font-size: 1em
|
||||
line-height: 1em
|
||||
|
||||
@ -188,8 +190,8 @@ img
|
||||
div
|
||||
padding: 2px 12px
|
||||
p
|
||||
margin-top: 0.6em
|
||||
line-height: 1.35em
|
||||
margin-top: 0.7em
|
||||
line-height: 1.3em
|
||||
|
||||
/* FORM
|
||||
|
||||
@ -218,7 +220,7 @@ form
|
||||
textarea
|
||||
height: 150px
|
||||
width: 335px
|
||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
||||
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||
font-size: 1em
|
||||
padding: 5px
|
||||
color: #333
|
||||
@ -228,7 +230,7 @@ form
|
||||
border-radius: 3px
|
||||
input
|
||||
&[type='text']
|
||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
||||
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||
font-size: 1em
|
||||
padding: 5px
|
||||
color: #333
|
||||
@ -270,7 +272,7 @@ input.error, textarea.error
|
||||
|
||||
form input[type='submit']
|
||||
background: #666
|
||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
||||
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||
font-size: 1em
|
||||
padding: 3px 8px
|
||||
color: white
|
||||
|
||||
Loading…
Reference in New Issue
Block a user