Including licensed font files in your theme.

You may have a set of font files licensed for your organization for web use. In order to add them to your theme's font families, you must first add them to your theme.

Add the font files to your Confluence home directory.

You should have a set of font files

  • From your Confluence home directory navigate to brikit/themes.

  • Select the folder that matches the appropriate theme.
  • If not already there, add a fonts folder.
  • Within the fonts folder, add your font files:
    • .eot
    • .svg
    • .ttf
    • .woff
    • .woff2

Add custom supporting CSS to your Theme.

Your packaged web-font files will contain key information needed to create this file, written in the following format:

#embeddedFontFace("<font-family name>" "<font key>" "<font style>" "<font weight>" "<font id>")
  • font-family name
  • font key
    • The name of your font file (minus the extension) is the font's key. Once you have this information, add the following CSS to your theme.
  • font style
  • font weight
  • font ID
    • You can find the font ID in the .svg file.

Example

#embeddedFontFace("Graphik Bold Web" "Graphik-Bold-Web" "normal" "bold" "Graphik-Bold-Web")

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the Steps block above to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.

If using:

  1. Replace me with something to note about this how-to entry that falls outside the scope of all other sections; and
  2. Add the tight-bottom class to the next visible/non-collapsed block above this one to narrow the gap between the two blocks.