diff --git a/content/first-steps-with-latex.tex b/content/first-steps-with-latex.tex
index 5601694..d57ac33 100644
--- a/content/first-steps-with-latex.tex
+++ b/content/first-steps-with-latex.tex
@@ -28,7 +28,7 @@ However, for beginners, we recommend using \TeX{}studio,\footnote{You find the l
\section*{Compiling for the first time}
Open up the file \file{main.tex} in \TeX{}studio.
It can be found in our project directory.
-By pressing \faForward, it is converted into a a file called \file{main.pdf}.
+By pressing \includegraphics[width=.8em]{graphics/faForward.png}, it is converted into a a file called \file{main.pdf}.
You should be able to find the latter by looking at the project directory in your file explorer.
If your installation is not working yet, \TeX{}studio will show you an error message.
Feel free to contact us in this case.\footnote{Find us at \url{https://www.uni-bamberg.de/wiai/fs}.}
diff --git a/content/source-code-listings-minted.tex b/content/source-code-listings-minted.tex
index 9f8d6d0..7c23258 100644
--- a/content/source-code-listings-minted.tex
+++ b/content/source-code-listings-minted.tex
@@ -2,7 +2,7 @@
\subsection{Installation}
Using \pkg{minted} requires a working installation of the programming language Python 3 (henceforth referred to as Python).
-On some operating systems, Python comes pre-installed, in which case entering the command \sh{python -{}-version} or \sh{python3 -{}-version} in a terminal of your choice\footnote{Opening a terminal on Windows: \faWindows\ + R → Type \enquote{cmd} → Enter} should print out the installed Python version.
+On some operating systems, Python comes pre-installed, in which case entering the command \sh{python -{}-version} or \sh{python3 -{}-version} in a terminal of your choice\footnote{Opening a terminal on Windows: \includegraphics[width=.7em]{graphics/faWindows.png} + R → Type \enquote{cmd} → Enter} should print out the installed Python version.
If Python is yet to be installed, then you can find the installation files on the project website\footnote{Available at \url{https://www.python.org/downloads/}.}.
There are extensive articles that cover all relevant steps to install Python on
diff --git a/graphics/faForward.png b/graphics/faForward.png
new file mode 100644
index 0000000..9839787
Binary files /dev/null and b/graphics/faForward.png differ
diff --git a/graphics/faForward.svg b/graphics/faForward.svg
new file mode 100644
index 0000000..f7db0e0
--- /dev/null
+++ b/graphics/faForward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/graphics/faWindows.png b/graphics/faWindows.png
new file mode 100644
index 0000000..fcea435
Binary files /dev/null and b/graphics/faWindows.png differ
diff --git a/graphics/faWindows.svg b/graphics/faWindows.svg
new file mode 100644
index 0000000..94726a2
--- /dev/null
+++ b/graphics/faWindows.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/praeamble.tex b/praeamble.tex
index 2ab1413..80ec670 100644
--- a/praeamble.tex
+++ b/praeamble.tex
@@ -46,9 +46,6 @@
% Quotes (\enquote)
\usepackage[autostyle,autopunct=false]{csquotes}
-% Icons
-\usepackage{fontawesome5}
-
% Literature
\usepackage{natbib}