Bebas Neue
+ Source Sans 3
Bebas Neue screams confidence with its tall, condensed uppercase. Source Sans 3 brings Adobe-grade readability to body text. Perfect for sports, events, and bold brands.
Live Preview
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
CSS Code
/* Import */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@400;600&display=swap');
/* Heading */
.heading {
font-family: 'Bebas Neue', serif;
font-weight: 400;
}
/* Body */
.body {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
}HTML Import
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@400;600&display=swap" />Best for
Sports, Events, Bold Brands