I think this ask should answer your question. :-)
Yep! Just find everywhere it says font-size:10px and change it to something bigger, like 11px or 12px. Hope that helps! :-)
Any theme with a fancy font can have that font replaced pretty easily, either with a different fancy font (I get mine from Google Web Fonts) or a regular font, such as Georgia. Just look for something like this near the top:
<link href=’http://fonts.googleapis.com/css?family=Miniver’ rel=’stylesheet’ type=’text/css’>
The name after family= will be the name of the fancy font. You can then find every other occurrence of it and change it to any of the regular fonts or something fancier, but for fancier fonts, you’ll have to replace the top code, too. I may write a tutorial on that in the future.
That’s fantastic! I hope you enjoy the theme! :-)
No problem! Find this bit:
<div id=”pagination”>{block:Pagination}{block:PreviousPage}<a href=”{PreviousPage}”>«</a>{/block:PreviousPage}{block:JumpPagination length=”5”} {block:CurrentPage}<span class=”currentpage”>{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class=”otherpage” href=”{URL}”>{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage} <a href=”{NextPage}”>»</a>{/block:NextPage}{/block:Pagination}</div>
and replace it with this:
<div id=”pagination”>{block:Pagination}{block:PreviousPage}<a href=”{PreviousPage}”>«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href=”{NextPage}”>»</a>{/block:NextPage}{/block:Pagination}</div>
That should do the trick. :-)

THEME 018 - IF YOUR HEART WEARS THIN
↳ download / raw code / freetexthost / livepreviewI finally ran out of food names for my themes… oh well. Though I said I wouldn’t be making any more themes, the new customize has actually been good for me and so I managed to piece this one together. The navigation was inspired by (NOT copied from) a theme by pistachi-o. Everything was coded by me, etceteras etceteras.
FEATURES:
- two columns
- blog title font is ‘Miniver’
- all post info displayed below
- a few different hide/show options
- jump pagination (up to 5 pages)
- sidebar image size is 245px
- up to six custom links
My theme blog’s askbox is currently closed, but it will reopen once I catch up. Enjoy the theme! :-)
Note: Designed on Google Chrome.