To Set a Font our choice say Georgia or Charis SIL in latex we have to use the fontspec package. To load the fontspec package run:
\documentclass[a4paper,12pt]{article}
\usepackage{fontspec}
\setmainfont{Georgia}
\begin{document}
\end{document}
and compile the document in either XeLaTeX or LuaLaTex.