Solved
change css style of menu bar(Vuforia studio)
Hi PTC Community,
Please, advise how I can set CSS for the prebuilt navigation menu tab.

Thank you!
Hi PTC Community,
Please, advise how I can set CSS for the prebuilt navigation menu tab.

Thank you!
To change font properties you should use this classes:
.list > .item > .button {
font-size: 20px;
font-family: Poppins-ExtraLight;
}
"Poppins" font is not a default font, so you need to import it into Vuforia Studio. To do that, you should do the following steps:
@font-face {
font-family: Poppins-ExtraLight;
src: url('#{$resources}/Fonts/Poppins-ExtraLight.ttf');
}โ
In my example I selected the "ExtraLight" font version
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.