Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed client/src/fonts/SourceCodePro-Bold.otf
Binary file not shown.
Binary file removed client/src/fonts/SourceCodePro-Medium.otf
Binary file not shown.
Binary file removed client/src/fonts/SourceCodePro-Semibold.otf
Binary file not shown.
202 changes: 0 additions & 202 deletions client/src/fonts/open-sans/LICENSE.txt

This file was deleted.

Binary file removed client/src/fonts/open-sans/opensans-bold.ttf
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-bold.woff
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-bold.woff2
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-regular.ttf
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-regular.woff
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-regular.woff2
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-semibold.ttf
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-semibold.woff
Binary file not shown.
Binary file removed client/src/fonts/open-sans/opensans-semibold.woff2
Binary file not shown.
21 changes: 0 additions & 21 deletions client/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,6 @@ body {
font-style: normal;
}

@font-face {
font-family: "Source Code Pro Medium";
src: url("./fonts/SourceCodePro-Medium.otf") format("opentype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Source Code Pro SemiBold";
src: url("./fonts/SourceCodePro-Semibold.otf") format("opentype");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Source Code Pro Bold";
src: url("./fonts/SourceCodePro-Bold.otf") format("opentype");
font-weight: normal;
font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

Expand Down
12 changes: 8 additions & 4 deletions client/src/sass/ProjectLeaderDashboard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,25 @@
}

.attendeeTableTitle {
font-family: "Source Code Pro Bold", sans-serif;
font-family: "Source Code Pro", sans-serif;
font-weight: 700;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
text-transform: uppercase;
}

.attendeeTableText {
font-family: "Source Code Pro SemiBold", sans-serif;
font-family: "Source Code Pro", sans-serif;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 1px;
color: black;
}

.dashboardButton {
font-family: "Source Code Pro Medium", sans-serif;
font-family: "Source Code Pro", sans-serif;
font-weight: 500;
font-size: 0.8125rem;
text-transform: uppercase;
background-color: white;
Expand Down Expand Up @@ -79,7 +82,8 @@
}

.dashboardHeadingProjectLeader {
font-family: "Source Code Pro SemiBold", sans-serif;
font-family: "Source Code Pro", sans-serif;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 1px;
color: black;
Expand Down
Loading