Why is the star in the footnote marker different with realscripts loaded?
\documentclass{article}
\usepackage[symbol]{footmisc}
\usepackage{ebgaramond}
\begin{document}
\null\vfill
Text.\footnote{Footnote text.}
\end{document}
\documentclass{article}
\usepackage[symbol]{footmisc}
\usepackage{ebgaramond, realscripts}
\begin{document}
\null\vfill
Text.\footnote{Footnote text.}
\end{document}


realscriptsmeans that real superior glyphs (especially designed for superscripts) are used. Without it superscripts are simply normal glyphs typeset in a smaller font size. – cgnieder Sep 18 '15 at 17:12realscriptspackage? – cgnieder Sep 18 '15 at 17:17realscriptsfor the convenient\renewcommand\footnotemarkfont{⟨font switch⟩}command, which allows me to use lining figures as footnote markers, but oldstyle figures in the text. – Sverre Sep 18 '15 at 17:18