Skip to content

Commit

Permalink
font-tamsyn*: update
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Jan 29, 2024
1 parent cf0bdd2 commit 0e39825
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions font-tamsyn-12
@@ -0,0 +1,9 @@
#!/bin/sh
printf "\033]710;%s\007" \
'xft:Misc Tamsyn:style=Regular:antialias=none:hinting=0:pixelsize=12'
printf "\033]711;%s\007" \
'xft:Misc Tamsyn:style=Bold:antialias=none:hinting=0:pixelsize=12'
printf "\033]712;%s\007" \
'xft:Misc Tamsyn:style=Regular=none:hinting=0:pixelsize=11'
printf "\033]713;%s\007" \
'xft:Misc Tamsyn:style=Bold:antialias=none:hinting=0:pixelsize=11'
9 changes: 9 additions & 0 deletions font-tamsyn-20
@@ -0,0 +1,9 @@
#!/bin/sh
printf "\033]710;%s\007" \
'xft:Misc Tamsyn:style=Regular:antialias=none:hinting=0:pixelsize=20 '
printf "\033]711;%s\007" \
'xft:Misc Tamsyn:style=Bold:antialias=none:hinting=0:pixelsize=20 '
printf "\033]712 ;%s\007" \
'xft:Misc Tamsyn:style=Regular=none:hinting=0:pixelsize=18'
printf "\033]713;%s\007" \
'xft:Misc Tamsyn:style=Bold:antialias=none:hinting=0:pixelsize=18'

0 comments on commit 0e39825

Please sign in to comment.