Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    The arrow is not an image, but is a glyph of the current font used to display the text – or a fallback font if the current one does not contain the character called in the CSS.

    The North East Arrow character is used by default and is added via the plugin’s stylesheet using the ISO code \2197

    .extlink sup:after {
          content: "\2197";
          font-size: 1em;
          line-height: 0;
          position: relative;
          vertical-align: baseline;
    }
    Thread Starter rosina lippi

    (@greenery)

    Thanks! That’s what I needed exactly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘symbol used for external link’ is closed to new replies.