var track_settings = {
color: "#fff",
textOpacity: "1",
backgroundColor: "#000",
backgroundOpacity: "1",
windowColor: "#000",
windowOpacity: "0",
fontPercent: 1,
edgeStyle: "none"
fontFamily: "proportionalSansSerif"
}
When a player is initialized with Nuevo plugin, text tracks style is slightly different. The Nuevo plugin forces text track beackground to be transparent and font edge is changed to "raised".
var track_settings = { color: "#FF0", fontPercent: 1.5, fontFamily: "small-caps" };
player.nuevo({ captionsSettings: track_settings });