Updated font instructions in install script
This commit is contained in:
+9
-13
@@ -35,21 +35,10 @@ cd ~/.revealjs
|
||||
rm -rf reveal.js/ # remove existing install
|
||||
git clone https://github.com/hakimel/reveal.js.git
|
||||
cd reveal.js
|
||||
npm install
|
||||
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
|
||||
# For the older version, replace "dist/" with "css/"
|
||||
cd ~
|
||||
read response
|
||||
|
||||
|
||||
# fonts
|
||||
mkdir .fonts/
|
||||
echo "Download TTF fonts and put them in ~/.fonts:"
|
||||
echo "https://fontlibrary.org/en/font/d-din"
|
||||
echo "https://fonts.google.com/specimen/Roboto (home system)"
|
||||
echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)"
|
||||
echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)"
|
||||
echo "https://www.latofonts.com/lato-free-fonts/ (office system)"
|
||||
echo "Good?"
|
||||
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
|
||||
read response
|
||||
|
||||
# zotero
|
||||
@@ -60,5 +49,12 @@ echo "And be sure that the default data location is ~/Zotero"
|
||||
echo "Good?"
|
||||
read response
|
||||
|
||||
# fonts
|
||||
sudo cp ~/.fonts/dinreg.ttf /usr/share/fonts/
|
||||
echo "Download fonts and put them in /usr/share/fonts/:"
|
||||
echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)"
|
||||
echo "https://www.latofonts.com/lato-free-fonts/ (office system)"
|
||||
echo "Good?"
|
||||
read response
|
||||
|
||||
echo "Installation script complete"
|
||||
|
||||
Reference in New Issue
Block a user