I wanted to try styling up my own recreation of the Twin Peaks logo and credits font style. Here’s a screenshot of the real thing:
I got it pretty close to matching the font, color scheme, and effects in Photoshop. Download and use as-is or improve upon what I started.
Details:
- Font: Avant Garde
- Brown: #644647
- Green: #47ff52
…or in CSS
Twin Peaks
.twin-peaks {
font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
font-size: 60px;
font-weight: bold;
color: #644647;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 1px 1px 0 #47ff52, -1px -1px 0 #47ff52, 1px -1px 0 #47ff52, -1px 1px 0 #47ff52, 0px 1px 0 #47ff52, 1px 0px 0 #47ff52, 0px -1px 0 #47ff52, -1px 0px 0 #47ff52, 4px 2px 0 #333;
}
See all the goodies we’ve released here.



2 Comments
amazing work thanks so much for making this smart psd.
You’re welcome. :)