Hi ilanocf,
You have to make use of FontFactory.GetFont and set the font size and color of your cell.
phrase.Add(new Chunk("ASPSnippets", FontFactory.GetFont("Arial", 8, Font.NORMAL, Color.BLACK)));
For full code refer please refer following article.
Create PDF Report from database in ASP.Net using C# and VB.Net