Skip to content

Commit

Permalink
Fix CSS font family (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jul 19, 2023
1 parent 5b311a9 commit 55c65ba
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 19 deletions.
6 changes: 0 additions & 6 deletions frontend/src/components/Answer/Answer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}

.answerText {
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 14px;
Expand Down Expand Up @@ -42,7 +41,6 @@
}

.answerDisclaimer {
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 12px;
Expand All @@ -59,7 +57,6 @@

.citationContainer {
margin-left: 10px;
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 12px;
Expand Down Expand Up @@ -94,7 +91,6 @@
flex: none;
flex-grow: 0;
z-index: 2;
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 10px;
Expand Down Expand Up @@ -127,7 +123,6 @@
.accordionTitle {
margin-right: 5px;
margin-left: 10px;
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 12px;
Expand Down Expand Up @@ -156,7 +151,6 @@
order: 2;
flex-grow: 0;
z-index: 2;
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 10px;
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
}

.chatEmptyStateTitle {
font-family: "Segoe UI";
font-style: normal;
font-weight: 700;
font-size: 36px;
Expand All @@ -50,7 +49,6 @@

.chatEmptyStateSubtitle {
margin-top: 20px;
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand Down Expand Up @@ -90,7 +88,6 @@
background: #EDF5FD;
border-radius: 8px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 14px;
Expand Down Expand Up @@ -194,7 +191,6 @@
.stopGeneratingText {
width: 103px;
height: 20px;
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 14px;
Expand Down Expand Up @@ -230,7 +226,6 @@
}

.citationPanelHeader {
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 18px;
Expand All @@ -253,7 +248,6 @@
}

.citationPanelTitle {
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 16px;
Expand All @@ -264,7 +258,6 @@
}

.citationPanelContent {
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 14px;
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/pages/layout/Layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
}

.headerTitle {
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 20px;
Expand Down Expand Up @@ -62,7 +61,6 @@
}

.shareButtonText {
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 14px;
Expand All @@ -73,7 +71,6 @@
}

.urlTextBox {
font-family: "Segoe UI";
font-style: normal;
font-weight: 400;
font-size: 14px;
Expand Down Expand Up @@ -106,7 +103,6 @@
}

.copyButtonText {
font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 14px;
Expand Down
1 change: 1 addition & 0 deletions static/assets/index-8dbbe94a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55c65ba

Please sign in to comment.