Skip to content

Commit 5058ba1

Browse files
committed
Revert to default font family
Why these changes are being introduced: TIMDEX UI had been overriding the default font family we use in the style guide (Roboto instead of Helvetica Neue). Darcy has requested that we use the default font family. Relevant ticket(s): * [GDT-215](https://mitlibraries.atlassian.net/browse/GDT-215) * [GDT-239](https://mitlibraries.atlassian.net/browse/GDT-239) How this addresses that need: This removes the font overrides. Side effects of this change: TIMDEX UI has a few other typography overrides. It's not clear to me if those are still relevant, but Darcy will let us know during UX review.
1 parent 83d99c1 commit 5058ba1

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

app/assets/stylesheets/application.css.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
@import "libraries-main";
6-
@import "fonts";
76
@import "partials/_variables";
87
@import "partials/_alerts";
98
@import "partials/_filters";
@@ -18,4 +17,3 @@
1817
@import "partials/_shared";
1918
@import "partials/_results";
2019
@import "partials/_typography";
21-
@import "timdexui";

app/assets/stylesheets/fonts.scss

Lines changed: 0 additions & 27 deletions
This file was deleted.

app/assets/stylesheets/partials/_variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// #TYPOGRAPHY
33
// ----------------------------
44

5-
// Font stack
6-
$base-font: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
7-
85
// Font sizes, weights, and line heights
96
// 1 rem is 10 px...
107
$fs-base: 1.6rem; // Pentagram originally specified 1.4

app/assets/stylesheets/timdexui.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)