Use Ubuntu Mono
This commit is contained in:
parent
2d67cfb2d6
commit
340bba1efd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class people::atomaka::fonts {
|
||||
#Install fonts
|
||||
exec { 'Font: Hermit':
|
||||
command => "curl -L http://www.p5dev.com/boxen/Hermit.dfont -o /Users/${::luser}/Library/Fonts/Hermit.dfont",
|
||||
creates => "/Users/${::luser}/Library/Fonts/Hermit.dfont"
|
||||
command => "curl -L http://www.p5dev.com/boxen/UbuntuMono-R.ttf -o /Users/${::luser}/Library/Fonts/UbuntuMono.ttf",
|
||||
creates => "/Users/${::luser}/Library/Fonts/UbuntuMono.ttf"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue