
This font is called “Pixelated”, it was made by me (Claire). Please credit me for this, I worked hard!
Pixelated

The Font Name Is: ‘Little Days’, I Got It From Google, I Downloaded It In Dafont, And I Enabled it On Tumblr! ![]()
The Code Is Here:
@font-face {
font-family: 'Little Days';
src: url('http://static.tumblr.com/xtbed7v/xXgmackjp/little_days.ttf');
}
Put The Code Under <style type=”text/css”>, or before </style>, Then Change The font-family Into Little Days, And That’s It! ![]()
Want Your Own Font???
Go And Make Your Own Font, And Upload It As A ttf File And Upload It Here, Then Put The Code:
@font-face {
font-family: 'FONT NAME';
src: url('FONT URL HERE');
}
Please Credit beaucielbleu!
Go To This Website,
Choose A Font, Then there’s a button called quick use, near that blue button where it says: ‘add to collection’ near that, there is a small word called quick use, it should look like:
![]()
and scroll a little bit, and you will see something like:

Copy it, and paste it under the <head>, never mind about the import and javascript, scroll down and you can see something like:

To make it work on your blog, there is something like font-family: Georgia; something like that, here’s a sample code:
.title{
line-height:90%;
font-family: Arial;
font-size: 35px;
display: block;
text-align: left;
Then Change the arial into Sevillana!! Here’s the preview:
.title{
line-height:90%;
font-family: Sevillana;
font-size: 35px;
display: block;
text-align: left;