Changing font in X (twitter)

Hi Max,

Thanks for the prompt response. I tried to play around with it further with my limited CSS knowledge.

By combining the information from these 2 pages:

I ended up a CSS as:

.eapps-twitter-feed-container{
font-family: “Noto Sans”, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

and I put it in elfsight → twitter (X) widget → edit → style → custom CSS.

Then I clicked “published” on the top right, and closed the page, then clicked “install” and copied the embedded code to Google Sites, then it works.

Thank you very much.

Jake

1 Like