Skip to content

Commit

Permalink
Merge pull request #2322 from sul-dlss/use-source-sans
Browse files Browse the repository at this point in the history
Include Source Sans 3
  • Loading branch information
jcoyne authored Jan 31, 2025
2 parents a98d88e + 644b2eb commit 642e87b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "modules/buttons";
@import "modules/popup_panels";
@import "modules/utility";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";

$color-pantone-401: #b6b1a9;
$sul-link-border-color: $color-pantone-401;
Expand All @@ -19,7 +20,7 @@ body {
color: black;
display: flex;
flex-direction: column;
font-family: "Source Sans Pro", "Arial Unicode MS", Helvetica, sans-serif;
font-family: "Source Sans 3", "Arial Unicode MS", Helvetica, sans-serif;
font-size: $font-size-base;
height: 100vh;
overflow-x: hidden;
Expand Down
4 changes: 3 additions & 1 deletion app/assets/stylesheets/companion_window.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";

:root {
--color-fog-light: #f4f4f4;
}
Expand Down Expand Up @@ -60,7 +62,7 @@
border: 1px solid var(--border-color);
display: flex;
flex-direction: column;
font-family: "Source Sans Pro", "Arial Unicode MS", Helvetica, sans-serif;
font-family: "Source Sans 3", "Arial Unicode MS", Helvetica, sans-serif;
font-size: var(--font-size-base);

* {
Expand Down

0 comments on commit 642e87b

Please sign in to comment.