Skip to content

Commit

Permalink
Add photography icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yne committed Oct 27, 2021
1 parent 028a80b commit 370ba7a
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ need := solid.woff2 solid.tar.bz2 solid.svg solid.json \
flags.woff2 flags.tar.bz2 flags.svg flags.json# solid.png are too slow
all: $(need)
clean:; rm -f $(need) # opentype.js
serve:all; python3 -m http.server
serve:; python3 -m http.server

%.ttf: %.n.ttf ; ttfautohint $^ $@
%.n.ttf: %.otf ; fontforge -lang=ff -c 'Open("$^");Generate("$@")'
%.ttf: %.otf ; fontforge -lang=ff -c 'Open("$^");AutoHint();Generate("$@")'
%.woff2: %.otf ; woff2_compress $^
%.bz2: % ; bzip2 -z9 <$^ >$@
%.tar: % ; tar -c --transform='s|[.].*|.svg|;s|^.*/||' $^/*.svg > $@
Expand Down
File renamed without changes
1 change: 1 addition & 0 deletions solid/desktop.#furniture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/fps120.#photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/fps25.#photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/fps30.#photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/fps60.#photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/fps90.#photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion solid/heartbroken.#heart.#f11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion solid/lightbulb.#furniture.#fd1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion solid/linkedin.#logo.#07b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/metronome.#music.#instrument.#tool.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion solid/microscope.#tool.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions solid/shovel.#dig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion solid/whatsapp.#logo.#2a2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion solid/window.#furniture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 370ba7a

Please sign in to comment.