\documentclass{minimal}
\usepackage[paperheight = 140mm,% comprimento
paperwidth = 200mm,% altura
margin = 10mm % tamanho da margem
]{geometry}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\usepackage{xcolor}
\setmainfont[Color=brown]{Tangerine}
\begin{document}
Normal pleasure of your company is requested
\end{document}
I'm making a wedding invitation and I'm not sure how do it using LuaLaTeX.
I want to set, in \setmainfont, the default color and size but I don't know how. I'm able to set the color, as in the example, but not the size at the same time.
\setmainfont[SizeFeatures={Size=30}]{Tangerine} sets the size, but I don't know how put it together. Is it possible?
Furthermore, how do I change the font size in the middle of the document? I tried \Huge but got an error.

fontencandfontspecwith LuaLaTeX;fontspecis enough. – Martin Schröder Feb 28 '12 at 19:39