Skip to content

Commit

Permalink
Use the latest Panton semibold font (#344) (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Aug 23, 2024
2 parents b0d5b29 + a66e344 commit 329bcab
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 8,340 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20

- name: Install wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2

- name: Temporary wasp fix
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
node-version: 20

- name: Install wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2

- name: Temporary wasp fix
run: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
node-version: 20

- name: Install wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2

- name: Temporary wasp fix
run: |
Expand Down
Binary file not shown.
8,331 changes: 0 additions & 8,331 deletions app/public/fonts/47a8ea40a6adb66d377bd4931fa3e394.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/public/fonts/Panton-SemiBold.woff
Binary file not shown.
Binary file added app/public/fonts/Panton-SemiBold.woff2
Binary file not shown.
8 changes: 2 additions & 6 deletions app/src/client/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

@font-face {
font-family: "Panton-SemiBold";
src: url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.eot"); /* IE9*/
src: url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.woff2") format("woff2"), /* chrome、firefox */
url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.woff") format("woff"), /* chrome、firefox */
url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("/fonts/47a8ea40a6adb66d377bd4931fa3e394.svg#Panton-SemiBold") format("svg"); /* iOS 4.1- */
src: url("/fonts/Panton-SemiBold.woff2") format("woff2"), /* Modern browsers */
url("/fonts/Panton-SemiBold.woff") format("woff"); /* Older but still relevant browsers */
}

body {
Expand Down

0 comments on commit 329bcab

Please sign in to comment.