Skip to content

Commit

Permalink
Changed font to Raleway family
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz committed Mar 18, 2024
1 parent 3f35dd2 commit 7b48e01
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ form select {

/* Overriding font */
@font-face {
font-family: Karla;
src: url('/fonts/Karla-Regular.ttf');
font-family: Raleway;
src: url('/fonts/Raleway-Regular.ttf');
}

html {
font-family: Karla;
font-family: Raleway;
}
Binary file removed static/fonts/Inter-Black.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-ExtraBold.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-ExtraLight.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-Light.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-SemiBold.ttf
Binary file not shown.
Binary file removed static/fonts/Inter-Thin.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-Bold.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-BoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-ExtraBold.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-ExtraBoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-ExtraLight.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-ExtraLightItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-Italic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-Light.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-LightItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-Medium.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-MediumItalic.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-Regular.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-SemiBold.ttf
Binary file not shown.
Binary file removed static/fonts/Karla-SemiBoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Black.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-BlackItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Bold.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-BoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-ExtraBold.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-ExtraBoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-ExtraLight.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-ExtraLightItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Italic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Light.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-LightItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Medium.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-MediumItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Regular.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-SemiBold.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-SemiBoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-Thin.ttf
Binary file not shown.
Binary file added static/fonts/Raleway-ThinItalic.ttf
Binary file not shown.

0 comments on commit 7b48e01

Please sign in to comment.