Skip to content

Commit

Permalink
Added I-Brand Font
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasinh-Sodha authored Jan 31, 2025
1 parent f6085c9 commit c5994bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ body {
}
}

@font-face {
font-family: 'IBrand';
src: url('assets/ibrand.otf') format('opentype');
}

h1 {
font-size: 3.0rem;
font-family: 'IBrand', sans-serif;
font-size: 3.5rem;
position: absolute;
top: 220px;
z-index: 900;
Expand Down

0 comments on commit c5994bf

Please sign in to comment.