mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Use Gotham font
This commit is contained in:
parent
d26701131f
commit
73f724f572
@ -76,11 +76,16 @@ body {
|
||||
background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 65%, rgba(239, 239, 239, 1) 100%);
|
||||
color: #262626;
|
||||
font-weight: 300;
|
||||
font: 100% / 1.5 "source_sans", sans-serif;
|
||||
font: 100% / 1.5 "Gotham SSm A", "Gotham SSm B", sans-serif;
|
||||
margin: 0 auto;
|
||||
padding: 0 0;
|
||||
}
|
||||
|
||||
p,
|
||||
li {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#stripe {
|
||||
background: #262626;
|
||||
height: 12px;
|
||||
@ -102,8 +107,8 @@ body {
|
||||
/* 2.HEADINGS */
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "source_sans", "Helvetica Neue", Helvetica, Arial, serif;
|
||||
font-weight: bold;
|
||||
font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, serif;
|
||||
font-weight: 700;
|
||||
text-shadow: 1px 1px 1px white;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
@ -115,7 +120,7 @@ h1 {
|
||||
|
||||
/* 48 / 16 = 3 */
|
||||
line-height: 1.2;
|
||||
font-weight: 900;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
|
||||
-->
|
||||
<!-- For all browsers -->
|
||||
<%= stylesheet_link_tag "https://cloud.typography.com/7434852/7265372/css/fonts.css" %>
|
||||
<%= stylesheet_link_tag "css/style" %>
|
||||
<!-- JavaScript at bottom except for Modernizr and Typekit -->
|
||||
<%= javascript_include_tag "js/libs/modernizr-1.7.min.js" %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user