Skip to content

Commit

Permalink
Added new font
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz committed Mar 15, 2024
1 parent 4fd6d67 commit 09ccec3
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 93 deletions.
8 changes: 8 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ form select {
text-transform: none;
}

@font-face {
font-family: Inter;
src: url('/fonts/Inter-Regular.ttf');
}

html {
font-family: Inter;
}
Binary file added static/fonts/Inter-Black.ttf
Binary file not shown.
Binary file added static/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file added static/fonts/Inter-ExtraBold.ttf
Binary file not shown.
Binary file added static/fonts/Inter-ExtraLight.ttf
Binary file not shown.
Binary file added static/fonts/Inter-Light.ttf
Binary file not shown.
Binary file added static/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file added static/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file added static/fonts/Inter-SemiBold.ttf
Binary file not shown.
Binary file added static/fonts/Inter-Thin.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions static/fonts/OFL.txt

This file was deleted.

Binary file removed static/fonts/Poppins-Black.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-BlackItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Bold.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-BoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-ExtraBold.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-ExtraBoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-ExtraLight.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-ExtraLightItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Italic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Light.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-LightItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Medium.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-MediumItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Regular.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-SemiBold.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-SemiBoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-Thin.ttf
Binary file not shown.
Binary file removed static/fonts/Poppins-ThinItalic.ttf
Binary file not shown.

0 comments on commit 09ccec3

Please sign in to comment.