https://github.com/daamien/pgfont
A basic font for the PostgreSQL community
https://github.com/daamien/pgfont
Last synced: 3 months ago
JSON representation
A basic font for the PostgreSQL community
- Host: GitHub
- URL: https://github.com/daamien/pgfont
- Owner: daamien
- License: other
- Created: 2013-03-01T13:03:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T22:29:06.000Z (over 12 years ago)
- Last Synced: 2025-01-23T05:29:25.688Z (5 months ago)
- Homepage: http://daamien.github.com/pgfont
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#pgFont 1.0.0
## What is this ?
pgFont is a very simple font containing the PostgreSQL logo.
pgFont is basically an extension of the Font Awesome project.
## I'm a Postgres DBA. Is this useful for me ?
Probably not.
The goal of this font is to help web developpers who build websites related to Postgres.
With a minimum of effort, they can integrate smoothly the PostgreSQL logo in their design.This font should be helpful for Postgres community members creating websites with Twitter Bootstrap templates.
## Demo
see it live : http://daamien.github.com/pgfont/demo.html
## HTML Integration
1- Download and install Font Awesome : http://fortawesome.github.com/Font-Awesome/
2- Install the pgFont.ttf file on your website and modify the font location in pgFont.css
3- Add the following lines to the page header
```
```4- You can now include the Postgres logo with this code
```
Slonik !
```5- Enjoy !
Note that pgFont supports IE7. See the Font Awesome website for more details. If you need this, I feel sorry for you.
## License
- The PostgreSQL logo and the PostgreSQL trademark are copyrighted by the PostgreSQL Global Development Group (see Trademark Policy below)
- The font itself licensed under the PostgreSQL License
##Trademark Policy
Please read : http://wiki.postgresql.org/wiki/Trademark_Policy
##Contact
- Email: [email protected]
- Twitter: http://twitter.com/daamien##Changelog
- v1.0.0 - init