An open API service indexing awesome lists of open source software.

https://github.com/benhid/initials

Beautiful drop caps to your website
https://github.com/benhid/initials

css font fonts snippets

Last synced: about 2 months ago
JSON representation

Beautiful drop caps to your website

Awesome Lists containing this project

README

          

## [initials]()

> This project is based on the -beautifully crafted- **gwern** website. Check out his [blog](https://www.gwern.net/About#implementation-details) to read more about this implementation.

*Beautiful drop caps to your website*.

Available fonts:

* [goudy initialen](https://tug.org/FontCatalogue/goudyinitialen/)
* [deutsche zierschrift](https://www.dafont.com/deutsche-zierschrif.font)
* [cheshire initials](https://www.dafont.com/cheshire-initials.font)
* [kanzlei initialen](https://www.dafont.com/kanzlei.font)

Preview

goudy initialen

goudy initialen

deutsche zierschrift

deutsche zierschrift

cheshire initials

cheshire initials

kanzlei initialen

kanzlei initialen

#### How to

Include the following lines to the `` element:

```

p.initials::first-letter {
font-family: goudy initialen;
text-transform: uppercase;
float: left;
font-size: 7em;
line-height: 1;
margin: 0 0.02em -0.25em 0;
}

```

Full example [here](index.html).

#### License

This project is licensed under the terms of the GNU GPLv3 - see the [LICENSE](LICENSE) file for details.