Changing Product Code Font Details

Hello,

Is it possible to change font type details in product code ?

If you check attached picture you can understand. I want to make some codes BOLD/RED COLOR and some BOLD/BLUE COLOR etc etc etc... So, code page will be more attractive...

Is this possible ?

* This company made code desing like that, i liked too much you can check...

http://ftt.roto-frank.com/nc/tr/ueruenler/ueruen-tarama/find/-/pvc/-/-/-/-/pencere-teknolojisi/

Ekran Alıntısı.PNG

Go to the theme editor, choose Custom CSS.

div.ty-grid-list__item-name .product-title{
font-family:‘font name’
font-size:20px;
}

Go to the theme editor, choose Custom CSS.

div.ty-grid-list__item-name .product-title{
font-family:‘font name’
font-size:20px;
}

I mean, is it possible to change one by one ? I think not ? ....

I mean, is it possible to change one by one ? I think not ? ....

Unfortunately, it is not possible with CSS. But it can be done with javascript. Check examples in Google

For to make this font type "BOLD"... what code add to use ?

div.ty-grid-list__item-name .product-title{
font-family:'Open Sans'
font-size:20px;

????
}

For to make this font type "BOLD"... what code add to use ?

div.ty-grid-list__item-name .product-title{
font-family:'Open Sans'
font-size:20px;

????
}

Please use

div.ty-grid-list__item-name .product-title{
font-family:'font name'
font-size:20px;
font-weight: bold;
}

Please use

div.ty-grid-list__item-name .product-title{
font-family:'font name'
font-size:20px;
font-weight: bold;
}

I made this but nothing changed. Where i'm doing wrong i didnt understand ?Screenshot attached...

Ekran Alıntısı.PNG