Skip to content

Commit

Permalink
Add button images
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Apr 30, 2024
1 parent b9ab3a5 commit ac429e4
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
25 changes: 25 additions & 0 deletions branding/button-host.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions branding/button-invite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,20 @@ fi

# [email protected]:googlefonts/morisawa-biz-ud-gothic
BIZUD_COMMIT="18934af56b9c003ca58c54bffbf226848cb11032"
BIZUDP_PATH="$FONTS/BIZUDPGothic-Bold.ttf"
BIZUDP_B_PATH="$FONTS/BIZUDPGothic-Bold.ttf"
BIZUDP_R_PATH="$FONTS/BIZUDPGothic-Regular.ttf"

if [[ ! -e "$BIZUDP_PATH" ]]; then
if [[ ! -e "$BIZUDP_B_PATH" ]]; then
curl -L -f -s \
--output "$BIZUDP_PATH" \
--output "$BIZUDP_B_PATH" \
https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/$BIZUD_COMMIT/fonts/ttf/BIZUDPGothic-Bold.ttf
fi

if [[ ! -e "$BIZUDP_R_PATH" ]]; then
curl -L -f -s \
--output "$BIZUDP_R_PATH" \
https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/$BIZUD_COMMIT/fonts/ttf/BIZUDPGothic-Regular.ttf
fi

# --------------------------------

Expand Down

0 comments on commit ac429e4

Please sign in to comment.