Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 787 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 787 Bytes

fontkit

A repository containing a CSS file with some fonts to use in my projects.

Fonts included

Font name Source
Inter Google Fonts
JetBrains Mono Google Fonts
Lexend Google Fonts
Montserrat Google Fonts
Outfit Google Fonts
Poppins Google Fonts
Urbanist Google Fonts
Supreme Fontshare
Satoshi Fontshare
Switzer Fontshare
General Sans Fontshare

Usage:

  • Create a CSS file.
  • Import FontKit using
@import url("https://noahzeisberg.github.io/fontkit/source.css");
  • Apply Font to everything and add an alternate font
* {
    font-family: "Font Name", sans-serif
}