Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 504 Bytes

Woff Fonts

Some open source OTF fonts which I've converted to WOFF format for use on websites

Example SASS:

@font-face                                                                      
  font-family : "LondrinaShadow-Regular"                                        
  src: local('LondrinaShadow-Regular'), url("LondrinaShadow-Regular.woff") format("woff")

p
  font:                                                                       
    family: 'LondrinaShadow-Regular', sans-serif