Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest Panton semibold font (#344) #345

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading