Skip to content

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

Notifications You must be signed in to change notification settings

noahzeisberg/fontkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages