Hey
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?
Hey
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?
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?