sant.fonts
Library/sans/Open Sans
sansApache-2.0

Open Sans

An open-source sans-serif from the Google Fonts library. Designed by Steve Matteson.

Designer
Steve Matteson
Family
Open Sans
Category
sans
Weights
300 · 400 · 500 · 600 · 700 · 800
Variable
No
License
Apache-2.0
The Specimen
Size
140px
Type your own…
Weights
300
Light
The quick brown fox jumps over the lazy dog.
400
Regular
Whereas recognition of the inherent dignity
500
Medium
Forty-two is the answer.
600
SemiBold
Type is the voice of the page.
700
Bold
The quick brown fox jumps over the lazy dog.
800
ExtraBold
Whereas recognition of the inherent dignity
Character set
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789 & @ $ £ € ¥
! ? . , ; : / \ | ( ) [ ] { } < >
Use it

Drop in. Ship.

Three lines of CSS. No build step, no font-loading library, no FOIT. Cached on Google Fonts CDN.

style.csscss
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");

body {
  font-family: 'Open Sans', ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
}
You might also like