sant.fonts
Library/sans/PT Sans
sansOFL

PT Sans

An open-source sans-serif from the Google Fonts library. Designed by Open source community.

Designer
Open source community
Family
PT Sans
Category
sans
Weights
400 · 700
Variable
No
License
OFL
The Specimen
Size
140px
Type your own…
Weights
400
Regular
The quick brown fox jumps over the lazy dog.
700
Bold
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=PT+Sans:wght@400..700&display=swap");

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