Hi xue28
In the screenshots (links) you can see that the fonts are all different from the shop to the Newest Product block (also best seller block).
Newest Products
https://www.wrideprints.co.uk/screenshots/newest-products-block.png
Shop
https://www.wrideprints.co.uk/screenshots/shop.png
I’ve added the following CSS to try get them to be the same but can only get similar.
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .price, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {font-size: 16px;
font-weight: 500;
font-family: 'Rubik',sans-serif;
line-height: 1.2;}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align:center;}