Skip to content

Instantly share code, notes, and snippets.

@Ferfalk
Last active November 17, 2023 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ferfalk/adc8c4a0d91661c55d43befafbc2d14d to your computer and use it in GitHub Desktop.
Save Ferfalk/adc8c4a0d91661c55d43befafbc2d14d to your computer and use it in GitHub Desktop.
Twitch Alert OBS Custom CSS font change
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
.alert_text,.alert_secondary-text,.alert_text-accent {
font-family: 'Comfortaa' !important;
font-weight: bold !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment