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
|
body
|
||||||
background: #101010
|
background: #101010
|
||||||
color: white
|
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%
|
font-size: 100%
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
@ -153,7 +155,7 @@ p a
|
|||||||
right: 0
|
right: 0
|
||||||
text-align: right
|
text-align: right
|
||||||
margin: 0 20px
|
margin: 0 20px
|
||||||
font-weight: normal
|
font-weight: 100
|
||||||
font-size: 1em
|
font-size: 1em
|
||||||
line-height: 1em
|
line-height: 1em
|
||||||
|
|
||||||
@ -188,8 +190,8 @@ img
|
|||||||
div
|
div
|
||||||
padding: 2px 12px
|
padding: 2px 12px
|
||||||
p
|
p
|
||||||
margin-top: 0.6em
|
margin-top: 0.7em
|
||||||
line-height: 1.35em
|
line-height: 1.3em
|
||||||
|
|
||||||
/* FORM
|
/* FORM
|
||||||
|
|
||||||
@ -218,7 +220,7 @@ form
|
|||||||
textarea
|
textarea
|
||||||
height: 150px
|
height: 150px
|
||||||
width: 335px
|
width: 335px
|
||||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||||
font-size: 1em
|
font-size: 1em
|
||||||
padding: 5px
|
padding: 5px
|
||||||
color: #333
|
color: #333
|
||||||
@ -228,7 +230,7 @@ form
|
|||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
input
|
input
|
||||||
&[type='text']
|
&[type='text']
|
||||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||||
font-size: 1em
|
font-size: 1em
|
||||||
padding: 5px
|
padding: 5px
|
||||||
color: #333
|
color: #333
|
||||||
@ -270,7 +272,7 @@ input.error, textarea.error
|
|||||||
|
|
||||||
form input[type='submit']
|
form input[type='submit']
|
||||||
background: #666
|
background: #666
|
||||||
font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
|
font-family: proxima-nova, "Helvetica Neue", "Arial", sans-serif
|
||||||
font-size: 1em
|
font-size: 1em
|
||||||
padding: 3px 8px
|
padding: 3px 8px
|
||||||
color: white
|
color: white
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user