Custom Font

Jun 23, 2012 09:56

So in addition to the overlapping tiny icons (which I fixed - thank you!!!), I have had custom fonts set for my subject headers in both my entries & sidebars which no longer work.

@font-face {
font-family: 'Fuente1';
font-style: normal;
font-weight: bold;
src: local('Fuente1'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype');
}

@font-face {
font-family: 'Lobster';
font-style: normal;a
font-weight: bold;
src: local('Pacifico'), url('http://themes.googleusercontent.com/font?kit=YHwahPJKvqdYc59-GJRXxD8E0i7KZn-EPnyo3HZu7kw') format('truetype');
}

------

.subject {
background-color: #ffffff;
color: #EBADBA;
padding-bottom: 7px;
border-bottom: 0px solid #;
padding-left: 20px;
padding-right: 20px;
font-family: 'Lobster', arial, serif;
font-size: 16pt;
letter-spacing: 1px;
word-spacing: 1px;
text-align: right;
text-transform: lowercase;
text-decoration:none;
line-height: 14px;
text-shadow:2px 2px 6px #bbbbbb;
}

Anyone else having this issue since the updates lj has been making???

subject, sidebar, stylesheet, entries

Previous post Next post
Up