Fonts ===== Including Fonts --------------- Currently, the only way to add fonts to the solution is to include them in the deployed solution. All fonts must be placed in the ``/fonts`` folder in the repository and be in ``.otf`` or ``.ttf`` format. This folder is then copied to the appropriate place of the deployed solution upon build of new image so that the system can find them. Font Families Included ---------------------- Below is a list of all currently included font families and how to use them in CSS: .. list-table:: :header-rows: 1 :widths: 20 80 * - Font Family - CSS Usage * - Gotham - ``font-family: 'Gotham', sans-serif;`` * - Metropolis - ``font-family: 'Metropolis', serif;`` * - Sentinel - ``font-family: 'Sentinel', serif;`` .. note:: The only other fonts available in the very basic Linux image used to run Influxion are the DejaVu fonts (https://dejavu-fonts.github.io/). All other fonts must be included in the ``/fonts`` folder as described above. Refer to the `/fonts` folder in the repository for the actual font files.