Skip to content

Commit

Permalink
visual upgrades (fonts, flufftext)
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz committed Jul 22, 2024
1 parent 5a77f90 commit 1acc867
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ form select {

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

html {
font-family: ChakraPetch;
font-family: Inter;
}

.litevideo{
Expand Down
2 changes: 1 addition & 1 deletion config/_default/languages.en.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
languageCode = "en"
languageName = "English"
weight = 1
title = "Adam Madej Animations"
title = "Adam Madej"

[params]
displayName = "EN"
Expand Down
6 changes: 2 additions & 4 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ sharingLinks = false
If I am keeping a digital notebook - why not share it?
{{< /lead >}}

This section contains different articles I wrote either for myself to keep as wikia or as tutorials to aid fellow
animators, riggers and tech-animators on their journey through the craft. Besides that, different takes I though about
sharing about animation in general.

This section contains various articles I've written, either as a personal wikia entries or as tutorials to assist fellow animators, riggers and techanimators on their
own journey through the craft. Additionally, you'll find different perspectives and insights I've decided to share about animation craft in general.
Binary file removed static/fonts/ChakraPetch-Bold.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-BoldItalic.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-Italic.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-Light.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-LightItalic.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-Medium.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-MediumItalic.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-Regular.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-SemiBold.ttf
Binary file not shown.
Binary file removed static/fonts/ChakraPetch-SemiBoldItalic.ttf
Binary file not shown.
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.
2 changes: 1 addition & 1 deletion themes/blowfish
Submodule blowfish updated 1365 files

0 comments on commit 1acc867

Please sign in to comment.