Trying to style the select option text using a Poppins font with the following class:
.poppinsregular14diese00000061 {
font-family: Poppins;
font-weight: 400;
font-size: 14px;
color: #00000061;
}
You can view the implementation in this fiddle: https://jsfiddle.net/flamant/dvzh57wu/14/
However, it seems that the displayed text is not rendering the same as text within a div or a text input that uses a similar class.