Sfns Font Apr 2026
\subsection*{Acknowledgments} Thanks to the maintainers of the \texttt{sfns} package for enabling easy access to this font in \LaTeX.
The \texttt{sfns} package is designed for documents that require a contemporary, highly legible sans-serif typeface. San Francisco is the system font on macOS, iOS, and iPadOS, and its use in documents ensures visual consistency with Apple platforms.
\begin{thebibliography}{9} \bibitem{sfnsdoc} \texttt{sfns} package documentation, CTAN. \bibitem{applefonts} Apple Inc. (2023). San Francisco Fonts. \end{thebibliography}
% !TEX program = xelatex \documentclass[11pt, a4paper]{article} sfns font
Figure~\ref{fig:sample} shows how a simple figure integrates into the document.
One key advantage of the \texttt{sfns} package is that it sets both text and math fonts to match. Below is an example of inline mathematics: $E = mc^2$. A displayed equation: \[ \int_{0}^{\infty} e^{-x^2} dx = \frac{\sqrt{\pi}}{2}. \]
\maketitle
% Additional useful packages \usepackage[utf8]{inputenc} \usepackage{microtype} % Better typography \usepackage{geometry} % Page margins \geometry{margin=1in} \usepackage{graphicx} % For figures \usepackage{amsmath, amssymb} % Math \usepackage{enumitem} % Custom lists \usepackage{hyperref} % Clickable links
% Required: SFNS font package (uses Apple SF Pro Text/Display) \usepackage{sfns} % Fallback: if SFNS not found, sfns automatically loads a sans-serif like Helvetica
\begin{document}
\section{Introduction}
\begin{abstract} This document demonstrates the use of the \texttt{sfns} package, which provides access to Apple's San Francisco (SFNS) font family. The abstract, body text, headings, and mathematical expressions all render using the clean, modern sans-serif design of SF Pro Text and SF Pro Display. \end{abstract}
\section{Figures and Lists}
% Set main font to SFNS (sans-serif for body) \renewcommand{\familydefault}{\sfdefault} \normalfont