Skip to content

Commit

Permalink
Remove Concourse typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jun 30, 2021
1 parent e8403bf commit edb52a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
13 changes: 0 additions & 13 deletions public/ui/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,8 @@ html {
}
}

/* @media (min-height: 700px) { */
/* html { */
/* font-size: 18px; */
/* } */
/* } */

/* @media (min-height: 1000px) { */
/* html { */
/* font-size: 22px; */
/* } */
/* } */

html,
button {
font-family: 'concourse_t3', 'Port Lligat Slab', serif;
font-family: 'heliotrope_4', serif;
font-feature-settings: 'kern' 1;
font-feature-settings: 'liga' on;
Expand Down
1 change: 0 additions & 1 deletion public/ui/styles/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
.Card-type {
margin: -0.75rem auto 0;
padding: 2px 5px 4px;
font-family: 'concourse_c3';
font-family: 'heliotrope_4_caps';
font-feature-settings: 'ss10';
font-size: 0.75rem;
Expand Down
42 changes: 0 additions & 42 deletions public/ui/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
@font-face {
font-family: 'concourse_c3';
src: url('../fonts/concourse/concourse_c3_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/* @font-face { */
/* font-family: 'concourse_c3'; */
/* src: url('../fonts/concourse/concourse_c4_regular.woff') format('woff'); */
/* font-weight: bold; */
/* font-style: normal; */
/* } */

@font-face {
font-family: 'concourse_t3';
src: url('../fonts/concourse/concourse_t3_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'concourse_t3';
src: url('../fonts/concourse/concourse_t3_italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'concourse_t3';
src: url('../fonts/concourse/concourse_t3_bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'concourse_t3';
src: url('../fonts/concourse/concourse_t3_bold_italic.woff') format('woff');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: heliotrope_3;
font-style: normal;
Expand Down

0 comments on commit edb52a6

Please sign in to comment.