Top "Fonts" questions

A font is an electronic data file containing a set of glyphs, characters, or symbols such as dingbats.

Unicode character for "X" cancel / close?

I want to create a close button using CSS only. I'm sure I'm not the first to do this, so …

css fonts font-face
Use multiple @font-face rules in CSS

How can I use more than @font-face rule in my CSS? I've inserted this into my stylesheet: body { background: #fff …

html css fonts font-face webfonts
How can I fix the 'Missing Cross-Origin Resource Sharing (CORS) Response Header' webfont issue?

For some reason fonts have stopped rendering on my sites. The fonts are stored locally, on the same server as …

.htaccess fonts cors font-face webfonts
Keyboard shortcut to change font size in Eclipse?

It is relatively straightforward to change font sizes in Eclipse through preferences (and answered several times in this forum). However …

eclipse fonts font-size
Custom fonts and XML layouts (Android)

I'm trying to define a GUI layout using XML files in Android. As far as I can find out, there …

java android user-interface interface fonts
Downloading a Google font and setting up an offline site that uses it

I have a template and it has a reference to a Google font like this: <link href='http://fonts.…

css fonts offline google-fonts
How do I set 'semi-bold' font via CSS? Font-weight of 600 doesn't make it look like the semi-bold I see in my Photoshop file

I'm doing a Photoshop-to-XHTML conversion, and the website designer used the Myriad Pro Semi-bold font which looks good in the …

css fonts
How to change fonts in matplotlib (python)?

It sounds as an easy problem but I do not find any effective solution to change the font (not the …

python fonts matplotlib
Is there any "font smoothing" in Google Chrome?

I'm using google webfonts and they fine at super large font sizes, but at 18px, they look awful. I've read …

css google-chrome fonts google-webfonts
Styling Password Fields in CSS

I'm experiencing a minor issue with fonts in my stylesheet. This is my CSS: body { ... font: normal 62.5% "Lucida Sans Unicode",…

css forms input fonts stylesheet