Difference between revisions of "Fonts"
From Indie IT Wiki
imported>Plittlefield |
Plittlefield (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | == Nice Examples == | ||
+ | |||
+ | [https://www.carscoops.com/2022/05/polestar-confirms-that-the-new-3-suv-will-debut-in-october/ CarScoop] | ||
+ | |||
+ | font-family: Roboto, sans-serif; | ||
+ | font-size: 19px; | ||
+ | font-weight: 300; | ||
+ | letter-spacing: 0.008em; | ||
+ | line-height: 31px; | ||
+ | |||
+ | ... | ||
+ | |||
== Google Fonts == | == Google Fonts == | ||
Latest revision as of 10:25, 14 June 2022
Nice Examples
font-family: Roboto, sans-serif; font-size: 19px; font-weight: 300; letter-spacing: 0.008em; line-height: 31px;
...