When you install a font in Windows 7 by creating a shortcut, the operating system doesn't actually create a traditional shortcut file (.lnk file) as you might see when creating shortcuts to applications or files. Instead, Windows uses a different method to manage fonts.
In Windows 7, when you install a font, the font files are typically copied to the Fonts folder (C:\Windows\Fonts) or the user's Font folder (C:\Users\Username\AppData\Local\Microsoft\Windows\Fonts). However, creating a shortcut for a font doesn't imply creating a separate shortcut file. Instead, Windows 7 creates what is known as a symbolic link (symlink) to the font file you are trying to reference.
Symbolic links act as shortcuts, but they operate at a deeper level in...