Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
added install emoji function
Browse files Browse the repository at this point in the history
  • Loading branch information
snwh committed May 21, 2018
1 parent ebdc1ba commit 26c6c21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functions/install_fonts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ function install_favs_fonts {

# Install Microsoft Core Fonts
function install_mscorefonts {
# Update the list of packages in 'data/favs-fonts.list' to suit your preferences
install_package "Microsoft Core Fonts" "ttf-mscorefonts-installer" install_fonts
}
# Install Microsoft Core Fonts
function install_color_emoji {
install_package "Emoji One" "fonts-emojione" install_fonts
}

# Install Fonts
function install_fonts {
Expand All @@ -26,6 +29,7 @@ function install_fonts {
$LINES $COLUMNS $(( $LINES - 12 )) \
'install_favs_fonts' 'Install favourite fonts' \
'install_mscorefonts' 'Install Microsoft core fonts' \
'install_color_emoji' 'Install Emoji One colour emoji' \
3>&1 1>&2 2>&3)
# check exit status
if [ $? = 0 ]; then
Expand Down

0 comments on commit 26c6c21

Please sign in to comment.