1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-25 03:32:02 +02:00

Allow us to use the shorter 'nf' abbreviation

This commit is contained in:
Ryan L McIntyre 2019-07-25 14:21:55 -07:00
parent e9e87e36fc
commit fefd6f215d

View File

@ -330,7 +330,7 @@ span.lineno {
.nd { color: #a6e22e } /* Name.Decorator */
.ni { color: #f8f8f2 } /* Name.Entity */
.ne { color: #a6e22e } /* Name.Exception */
.nf { color: #a6e22e } /* Name.Function */
.nfunc { color: #a6e22e } /* Name.Function */
.nl { color: #f8f8f2 } /* Name.Label */
.nn { color: #f8f8f2 } /* Name.Namespace */
.nx { color: #a6e22e } /* Name.Other */