Nonacademicons is an icon pack I developed for my personal website. It extends Academicons with additional icons, not necessarily related to academia. It can be used by itself or in conjunction with Academicons and/or FontAwesome, as the icons intentionally share the same metrics and can be used with similar CSS syntax.
There are two ways to use this font on your website. One is to download the fonts and css folders, copy them to the assets directory of your website, and link to the stylesheet by adding the following line to your HTML head:
<link rel="stylesheet" href="/assets/css/nonacademicons.min.css" />Alternatively, you can use jsDelivr to call the latest release from the content distribution network. In this case, you can add the following line to your HTML head without copying any folder:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/piazzai/nonacademicons/css/nonacademicons.min.css" />At this point, icons can be deployed in a similar way as Academicons (read more), just remember to change the prefix from ai to nai. Icons can be resized with classes like nai-lg or nai-2x (read here). For example:
<i class="nai nai-lichess nai-2x"></i>