Skip to content

An icon font for academics w/ hobbies

License

Notifications You must be signed in to change notification settings

piazzai/nonacademicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nonacademicons

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.

Name Image
nai-clarivate
nai-clarivate-square
nai-scopus
nai-scopus-square
nai-orcid
nai-orcid-square
nai-nextgen
nai-nextgen-square
nai-prtr
nai-prtr-square
nai-aei
nai-aei-square
nai-uc3m-alt
nai-uc3m-alt-square
nai-uc3m
nai-uc3m-square
nai-lichess
nai-lichess-square

Usage

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>

License

The Nonacademicons font files (located in the fonts folder) are released under the SIL Open Font License. Every other file included in this repository is released under the MIT License.