Skip to content

Commit

Permalink
new font
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 1, 2015
1 parent da8767a commit 62eb680
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Xft.antialias: 1
! -- Fonts -- !
!! *fontName: Source Code Pro Medium:size=10,antialias=true
!!URxvt.font:xft:Source Code Pro,Source Code Pro Medium:pixelSize=10,style=Medium,Regular
URxvt.font:xft:Ayuthaya:pixelSize=10,style=Regular
URxvt.font:xft:Hack:pixelSize=10,style=Regular
!!URxvt.boldFont:xft:Source Code Pro:style=Bold,pixelSize=10
URxvt.boldFont:xft:Ayuthaya:style=Bold,pixelSize=10
URxvt.boldFont:xft:Hack:style=Bold,pixelSize=10

*faceSize: 10
*bellIsUrgent: true
Expand Down
2 changes: 1 addition & 1 deletion .exports
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export HISTSIZE=50000000;
export HISTFILESIZE=$HISTSIZE;
export HISTCONTROL=ignoredups;
# Make some commands not show up in history
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help";
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help:* -h:pony:pony add *:pony update *:pony save *:pony ls:pony ls *";

# Prefer US English and use UTF-8
export LANG="en_US.UTF-8";
Expand Down
Binary file added .fonts/hack/Hack-Bold.ttf
Binary file not shown.
Binary file added .fonts/hack/Hack-BoldOblique.ttf
Binary file not shown.
Binary file added .fonts/hack/Hack-Regular.ttf
Binary file not shown.
Binary file added .fonts/hack/Hack-RegularOblique.ttf
Binary file not shown.

0 comments on commit 62eb680

Please sign in to comment.