Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css: fixed font name #1271

Merged
merged 1 commit into from May 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/assets/v2/_variables.scss
Expand Up @@ -194,7 +194,7 @@ $transition-collapse: height 0.35s ease !default;
//
// Font, line-height, and color for body text, headings, and more.

$font-family-sans-serif: "futura-pt", Futura, -apple-system, BlinkMacSystemFont,
$font-family-sans-serif: futura-pt, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol" !default;
$font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
Expand Down
2 changes: 1 addition & 1 deletion app/assets/v2/css/base.css
Expand Up @@ -26,7 +26,7 @@ span {
}

.navbar {
font-family: 'futura-pt', Futura, sans-serif;
font-family: futura-pt, sans-serif;
}

.navbar-nav .nav-link {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/v2/css/carousel.css
Expand Up @@ -109,7 +109,7 @@
}

.carousel .testimonial {
font-family: 'futura-pt', Futura, sans-serif !important;
font-family: futura-pt, sans-serif !important;
font-weight: bold;
padding-right: 30px;
}
Expand Down
6 changes: 3 additions & 3 deletions app/assets/v2/css/external_bounties/bounties.css
Expand Up @@ -137,7 +137,7 @@
.bounties-header__title .sub-title,
.aside .title,
.aside .sub-title {
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
text-transform: uppercase;
font-weight: bolder;
letter-spacing: 0;
Expand Down Expand Up @@ -307,7 +307,7 @@
border-radius: 30px 0 0 30px;
display: flex;
color: #fff;
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
font-weight: bolder;
justify-content: space-around;
text-align: right;
Expand Down Expand Up @@ -355,7 +355,7 @@

.bounty__fiat-price {
color: #15D17C;
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
font-size: 0.9rem;
font-weight: bolder;
padding: 0 0.5em;
Expand Down
4 changes: 2 additions & 2 deletions app/assets/v2/css/external_bounties/bounty.css
Expand Up @@ -28,7 +28,7 @@
}

.bounty-container .sub-title {
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
text-transform: none;
letter-spacing: 0;
margin-bottom: 1rem;
Expand Down Expand Up @@ -63,7 +63,7 @@

.bounty__crypto-price,
.bounty__fiat-price {
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
text-transform: none;
font-weight: bolder;
letter-spacing: 0;
Expand Down
6 changes: 3 additions & 3 deletions app/assets/v2/css/gitcoin.css
Expand Up @@ -123,7 +123,7 @@
} */

body {
font-family: 'futura-pt', Futura, sans-serif;
font-family: futura-pt, sans-serif;
overflow-x: hidden;
width: 100%;
}
Expand Down Expand Up @@ -268,7 +268,7 @@ div.button-pink {

.header-line {
color: white;
font-family: Futura, sans-serif;
font-family: futura-pt, sans-serif;
font-size: 3em;
font-weight: 500;
font-style: italic;
Expand All @@ -278,7 +278,7 @@ div.button-pink {

.subheader-line {
color: #70efbe;
font-family: Futura, sans-serif;
font-family: futura-pt, sans-serif;
font-size: 2em;
font-weight: 500;
font-style: italic;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/v2/css/ios.css
Expand Up @@ -31,7 +31,7 @@
}

.ios-hero__container .header-line p {
font-family: Futura, sans-serif;
font-family: 'futura-pt', sans-serif;
font-size: 2em;
}

Expand Down
2 changes: 1 addition & 1 deletion app/assets/yge/css/main.css
Expand Up @@ -20,7 +20,7 @@

body {
line-height: 1;
font-family: 'futura-pt', Futura, sans-serif !important;
font-family: futura-pt, sans-serif !important;
-webkit-text-size-adjust: none;
overflow-x: hidden;
width: 100%;
Expand Down