mmedvede / dokuwiki-plugin-fontawesome

2 stars 1 forks source link

Install FontAwesome in dokuwiki #3

Open francis94c opened 5 years ago

francis94c commented 5 years ago

Please how do i add the css files for FontsAwesome in dokuwiki.

mmedvede commented 5 years ago

On the Font Awesome site they give the css you have to add to your site, https://fontawesome.com/start, e.g.:

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

Are you asking how to add that line to your dokuwiki site? It has been awhile since I worked with dokuwiki, my best guess based on https://www.dokuwiki.org/css is you will have to edit the template you use.