Hi @sjoerd,
We are so sorry “Trebuchet MS” Font is not available in the Font list. These are the new fonts added by Google. We will update this as well as other Google Fonts in the list in next version update. If you need it currently then just go to theme main directory -> inc -> customizer.php and go to line no:933 and you will find the below line of code:
“Trade Winds” => “Trade Winds”,
underneath this code just paste the below one:
“Trebuchet MS” => “Trebuchet MS”,
and save the file and you will have this font in the list.
Thank you!