Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate GHA workflows to use Fontist #94

Closed
ronaldtse opened this issue Sep 7, 2021 · 1 comment
Closed

Migrate GHA workflows to use Fontist #94

ronaldtse opened this issue Sep 7, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

ronaldtse commented Sep 7, 2021

To replace these lines:

# If necessary
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer

# - name: Install Microsoft Vista fonts
# run: |
# export MN_PDF_FONT_PATH=${GITHUB_WORKSPACE}/fonts
# export MS_FONT_PATH=${MN_PDF_FONT_PATH}/truetype/vista
# export RENAME_FONTS=false
# curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | bash

# If necessary
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer
# - name: Setup Cambria fonts
# run: |
# curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | sudo bash

@ronaldtse ronaldtse added the enhancement New feature or request label Sep 7, 2021
@CAMOBAP
Copy link
Contributor

CAMOBAP commented Sep 7, 2021

Done

@CAMOBAP CAMOBAP closed this as completed Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants