How to change font of specific page on shopify

Hey :slightly_smiling_face:

I want to change the entire page to Assistant font.

this is the page–> https://sette.co.il/pages/izipizixotello

How can I do it?

1 Like

Add CSS code to change the font: Within the specific page’s CSS section, add the CSS code to change the font. Here’s an example:

.page-id {
  font-family: "Your Desired Font", sans-serif;
}

How to reach the specific pages CSS section?

and the code should be:

.page-id {
font-family: Assistant, sans-serif;
}

looks right?

Any help?

How to reach the specific pages CSS section?

and the code should be:

.page-id {
font-family: Assistant, sans-serif;
}

looks right?