Skip to content

Commit

Permalink
add another proxima nove file
Browse files Browse the repository at this point in the history
  • Loading branch information
zunairkhan811 committed Jan 12, 2024
1 parent fac8a94 commit a121ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added app/assets/fonts/Proxima-Nova-Font.otf
Binary file not shown.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
}

@font-face {
font-family: 'Proxima Nova-Bold';
src: url('../fonts/proxima_nova_bold.ttf') format('ttf');
font-family: 'Proxima Nova';
src: url('../fonts/Proxima-Nova-Font.otf') format('opentype');
}

* {
text-decoration: none !important;
}

body {
font-family: 'Proxima Nova-Bold', sans-serif !important;
font-family: 'Proxima Nova', sans-serif !important;
background-color: whitesmoke !important;
}

Expand All @@ -39,7 +39,7 @@ body {
}

.navbar-brand {
font-family: 'Proxima Nova-Bold', sans-serif !important;
font-family: 'Proxima Nova', sans-serif !important;
color: var(--white-color) !important;
margin-left: 60px !important;
font-size: 25px !important;
Expand Down

0 comments on commit a121ff2

Please sign in to comment.