bitcoinlogo
Bitcoin Logos        Bitcoin Font        Bitcoin        Buy Bitcoin

Add the Bitcoin Font and Symbol to Your Website

Using FontAwesome and Ubuntu Bold Italic



Using the Bitcoin "" Symbol on your Website

As of right now, Unicode has not officially rolled out the bitcoin symbol, so we have to jump through a couple hoops to get it to show up on demand. We are using FontAwesome, a Font & CSS Toolkit, to get easy access to this symbol on this/other websites.

Download the latest version of FontAwesome, or use their CDN to start using it right away!

Paste this into the <head> of your website:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

Now you can start putting this code anywhere you want to see the "" Symbol:
<i class="fa fa-btc"></i>




Using the bitcoin font on your Website

The easiest way to get started is by checking out Google Fonts and adding the "Ubuntu Bold Italic" font to your website.

Paste this into the <head> of your website:
<link href='https://fonts.googleapis.com/css?family=Ubuntu:700italic' rel='stylesheet' type='text/css'>

Now add this to your CSS:
font-family: 'Ubuntu', sans-serif;

For example, you could add this to an H1 tag:
h1 { font-family: 'Ubuntu', sans-serif; }

Too confusing? Just add this code to your site to see what it does:
<h1 style="font-family: 'Ubuntu', sans-serif;">bitcoin font</h1>




Alternatively, you can download the Ubuntu Font to use in Photoshop, Gimp and etc.


©2017 bitcoinlogo.net - Some rights reserved.
All images/fonts displayed are copyright each respective owner.
We are not creators, but redistributors of this content.
-
Donations: 1NJ5hk93FYJRnc4gRKb2v4eb4wNFAmVZWG
Contact: phil[at]bitcoin.ink