Skip to content

Commit

Permalink
add fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 8, 2016
1 parent 6f78517 commit d1ce7d8
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .dockerfunc
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ chrome(){
--group-add audio \
--group-add video \
--name chrome \
jess/chrome --user-data-dir=/data --force-device-scale-factor=1 \
--proxy-server="$proxy" --host-resolver-rules="$map" "$args"
jess/chrome --user-data-dir=/data \
--proxy-server="$proxy" \
--host-resolver-rules="$map" "$args"

}
consul(){
Expand Down
Binary file added .fonts/liberation/LiberationMono-Bold.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationMono-BoldItalic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationMono-Italic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationMono-Regular.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSans-Bold.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSans-BoldItalic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSans-Italic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSans-Regular.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSerif-Bold.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSerif-BoldItalic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSerif-Italic.ttf
Binary file not shown.
Binary file added .fonts/liberation/LiberationSerif-Regular.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Black.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Bold.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Italic.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Light.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-LightItalic.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Medium.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Regular.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-Thin.ttf
Binary file not shown.
Binary file added .fonts/roboto/Roboto-ThinItalic.ttf
Binary file not shown.
4 changes: 4 additions & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ install_golang() {
rm -rf "$GOPATH/src/github.com/docker/containerd"
ln -snvf "$HOME/containerd" "$GOPATH/src/github.com/docker/containerd"
fi
if [[ -d "$HOME/engine-api" ]]; then
rm -rf "$GOPATH/src/github.com/docker/engine-api"
ln -snvf "$HOME/engine-api" "$GOPATH/src/github.com/docker/engine-api"
fi
if [[ -d "$HOME/leeroy" ]]; then
rm -rf "$GOPATH/src/github.com/docker/leeroy"
ln -snvf "$HOME/leeroy" "$GOPATH/src/github.com/docker/leeroy"
Expand Down

0 comments on commit d1ce7d8

Please sign in to comment.