Skip to content

Commit

Permalink
webp logo and swap fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Apr 2, 2021
1 parent 88ccb95 commit 9d0bd67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added src/.vuepress/public/logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.forgotten-pepper {
background: url('~@assets/logo.png');
background: url('/logo.webp');
background-repeat: no-repeat;
background-size: contain;
}
5 changes: 5 additions & 0 deletions src/.vuepress/theme/styles/fonts.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@font-face {
font-family: forty-two;
src: url('~@fonts/42/42.ttf');
font-display: swap;
}

.font-forty-two {
Expand All @@ -10,6 +11,7 @@
@font-face {
font-family: pompiere-regular;
src: url('~@fonts/pompiere/Pompiere-Regular.ttf');
font-display: swap;
}

.font-pompiere-regular {
Expand All @@ -19,6 +21,7 @@
@font-face {
font-family: life-savers-regular;
src: url('~@fonts/life-savers/LifeSavers-Regular.ttf');
font-display: swap;
}

.font-life-savers-regular {
Expand All @@ -28,6 +31,7 @@
@font-face {
font-family: life-savers-bold;
src: url('~@fonts/life-savers/LifeSavers-Bold.ttf');
font-display: swap;
}

.font-life-savers-bold {
Expand All @@ -37,6 +41,7 @@
@font-face {
font-family: life-savers-extra-bold;
src: url('~@fonts/life-savers/LifeSavers-ExtraBold.ttf');
font-display: swap;
}

.font-life-savers-extra-bold {
Expand Down

0 comments on commit 9d0bd67

Please sign in to comment.