Skip to content

CSS Font is an open-source font. Each letter is written by one <div> element and css.

License

Notifications You must be signed in to change notification settings

yusugomori/CSS-Font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS-Font

CSS Font is an open-source font. Each letter is written by one <div> element and css.

View Demo

Usage

Simply include css-font.css file in your html file.

<link rel="stylesheet" type="text/css" href="css-font.css" />


<!-- A -->
<div class="css-font">
  <div class="A"></div>
</div>

<!-- B -->
<div class="css-font">
  <div class="B"></div>
</div>

<!-- C -->
<div class="css-font">
  <div class="C"></div>
</div>

...

CSS Font is written in Less, so you can easily change color and size of the font by setting @base-font-color and @base-font-size in css-font.less.

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

http://yusugomori.com/license/gpl-3.0

About

CSS Font is an open-source font. Each letter is written by one <div> element and css.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages