Top "Fonts" questions

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

How to set font custom font to Spinner text programmatically?

I have a ttf font file in my assets folder. I know how to use it for textviews with: Typeface …

android fonts spinner android-spinner android-fonts
Default font set on Android

Can anyone tell me what are the bundled fonts on most Android devices, specifically for web pages? Just like Windows …

android html css fonts truetype
use custom fonts with wkhtmltopdf

I am trying to use custom fonts in my PDF generated with wkhtmltopdf. I read that you can't use google …

css fonts wkhtmltopdf
Converting and rendering web fonts to base64 - keep original look

I want to defer font loading on my site inspired by deferred font loading logic for Smashing Magazine. Main part …

css fonts base64 webfonts google-webfonts
chrome overall font rendering issue 2016

I still got the problem of very bad font rendering in Google Chrome. I'm using version 50.0.2661.102 m. I deactivated "DirectWrite" …

google-chrome fonts rendering
How can I determine what font a browser is actually using to render some text?

My CSS specifies "font-family: Helvetica, Arial, sans-serif;" for the whole page. It looks like Verdana is being used instead on …

css browser fonts
Wait for fonts to load before rendering web page

I'm using @font-face to embed fonts in my website. First the text renders as the system default, and then (once …

css fonts font-face
How can I make a DataGridView cell's font a particular color?

This code works fine for making the cell's background Blue: DataGridViewRow dgvr = dataGridViewLifeSchedule.Rows[rowToPopulate]; dgvr.Cells[colName].Style.BackColor = …

c# winforms datagridview fonts datagridviewtextboxcell
'Segoe UI' font with font-face & local

I want to use the "Segoe UI" font in a website if it is installed in the user's computer. I …

css fonts embed font-face typography
Loading Google font in HTTPS, content being blocked

There is a wordpress theme that automatically pulls the option font picked and requests it from google font. when ssl …

css wordpress fonts https mixed-content