diff --git a/assets/comic.ttf b/assets/comic.ttf new file mode 100644 index 0000000..da55369 Binary files /dev/null and b/assets/comic.ttf differ diff --git a/assets/comicb.ttf b/assets/comicb.ttf new file mode 100644 index 0000000..9edb03a Binary files /dev/null and b/assets/comicb.ttf differ diff --git a/css/base.css b/css/base.css index 99653d4..bfebb4a 100644 --- a/css/base.css +++ b/css/base.css @@ -2,8 +2,8 @@ @font-face { font-family: 'Comic Sans MS'; - src: url("comic-sans-ms/comici.ttf"); - } + src: url("../assets/comicb.ttf"); +} :root { --color-dark: #2D2424; diff --git a/css/footer.css b/css/footer.css index eb08766..e560441 100644 --- a/css/footer.css +++ b/css/footer.css @@ -49,10 +49,12 @@ } .footer-bottom_grid.right-align{ + flex: 1; padding-right: 1rem; } .footer-bottom_grid.left-align{ + flex: 2; padding-left: 1rem; }