Change WordPress HTML Editor Font

WordPress | August 20th, 2011 No Comments

WordPress 3.2 comes up with various features, from it’s “distraction-free writing” that so cool, until monospace font in the HTML editor which isn’t so distraction free when you’re trying to write. Although already familiar with the same font when coding with Notepad++ it feels very uncomfortable when writing post using a monospace font. Moreover, I was the one who didn’t really like using the visual editor. Then how to solve this problem? In this WordPress tutorial I’ll show you how to change font in the WordPress HTML post editor.

Font Replacement with @font-face

HTML & CSS | January 20th, 2011 1 Comment

One of the current web design trends is the use of certain fonts that are not always owned by Internet users. The aim is for web design looks unique and fonts match the design theme is expected. There are several ways that we can use, such as using the @font-face which I will share with this article.