Noxalus / Live-Stream-Chat-Retriever

Retrieve live streams chat messages from different sources (Twitch, YouTube Gaming, Dailymotion etc...) to print them into a single HTML page.
47 stars 15 forks source link

How do you change the font size? #4

Closed beardedbob closed 6 years ago

beardedbob commented 6 years ago

Great little app that I use in OBS but how do I change the chat font size? THanks

Noxalus commented 6 years ago

You need to update this file and change the font-weight to something that matches your needs for the .message class ;)

beardedbob commented 6 years ago

I was maybe a bit early on the trigger. Swaping the weight from 700 to say 1400 doesn't change the size in obs. maybe this is because its only changing it in eh html window?

Noxalus commented 6 years ago

Hello, sorry for the delay. I was wrong (I didn't use CSS for a while 😅), the font-weight is used to put the text bolder or thinner. To change the text size, the property is font-size. Currently, the font-size of the chat-line class is set to 18px, you can change this value easily from the CSS I linked above 😉