Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confluence prism macro
lineNumberstrue
languageCSS
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');

h1  {
    font-family: 'Potta One', cursive;
}

p {
    font-family: 'Hachi Maru Pop', cursive;
}

The code above is rendered by "Prism Syntax Highlighter for Confluence" which supports highlighting CSS syntax.