Skip to content

A fully custom typeface to be used with my other projects.

Notifications You must be signed in to change notification settings

votommy/TommySans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

TommySans

  • Sans-serif
  • Geometric, Modern, Minimalistic
  • Font-weight (native): normal, bold
  • Font-weight (compatible): italics

How to use

For website, paste the following into your CSS:

@font-face {
    font-family: "TommySans";
    src: url("https://github.com/votommy/TommySans/blob/main/WOFFs/TommySans.woff") format('woff');
}
@font-face {
    font-family: "TommySans";
    src: url("https://github.com/votommy/TommySans/blob/main/WOFFs/TommySansBold.woff") format('woff');
    font-weight: bold;
}

html, body {
    font-family: "TommySans";
}

To do

  • Kerning and tracking
  • Add more symbols

Copyright

Copyright © 2024, Tommy Vo | All rights reserved

About

A fully custom typeface to be used with my other projects.

Topics

Resources

Stars

Watchers

Forks