Skip to content

Commit

Permalink
Adding Gellix-Medium Font
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpasivanesan-tri committed Jan 4, 2024
1 parent a5f8957 commit 83eb605
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions web/frontend/src/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
src: url('./fonts/Gellix-Regular/Gellix-Regular.woff2') format('woff2'),
url('./fonts/Gellix-Regular/Gellix-Regular.woff') format('woff');
}
@font-face{
font-family: 'Gellix-Medium';
src: url('./fonts/Gellix-Medium/Gellix-Medium.eot');
src: url('./fonts/Gellix-Medium/Gellix-Medium.woff2') format('woff2'),
url('./fonts/Gellix-Medium/Gellix-Medium.woff') format('woff');
}

body {
font-family: 'Gellix-Regular', sans-serif;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 7 additions & 3 deletions web/frontend/src/pages/About/About.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
.Breadcrumbs{
color: #212121;
font-size: 16px;
font-family: Gellix-Regular;
font-family: Gellix-Medium;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.03px;
word-wrap: break-word
word-wrap: break-word;
width: 137px;
height: 24px;
gap: 8px;

}
.AboutHeader{
align-self: stretch;
Expand Down Expand Up @@ -49,7 +53,7 @@
color: var(--grey-900, #212121);
font-feature-settings: 'clig' off, 'liga' off;
/* header/h4 */
font-family: Gellix-Regular;
font-family: Gellix-Medium;
font-size: 20px;
font-style: normal;
font-weight: 500;
Expand Down

0 comments on commit 83eb605

Please sign in to comment.