Bezpieczne czcionki web

Wykaz bezpiecznych czcionek do zastosowań web.

 

osadzanie:

font-family: „Times New Roman”, Times, serif;

 

Serif Fonts:

  •  font-family: Georgia, serif;
  • font-family: „Palatino Linotype”, „Book Antiqua”, Palatino, serif;
  • font-family: „Times New Roman”, Times, serif;

 

Sans-Serif Fonts:

  •  font-family: Arial, Helvetica, sans-serif;
  • font-family: „Arial Black”, Gadget, sans-serif;
  • font-family: „Comic Sans MS”, cursive, sans-serif;
  • font-family: Impact, Charcoal, sans-serif;
  • font-family: „Lucida Sans Unicode”, „Lucida Grande”, sans-serif;
  • font-family: Tahoma, Geneva, sans-serif;
  • font-family: „Trebuchet MS”, Helvetica, sans-serif;
  • font-family: Verdana, Geneva, sans-serif;

 

Monospace Fonts:

  •  font-family: „Courier New”, Courier, monospace;
  • font-family: „Lucida Console”, Monaco, monospace;

Hope this helps and happy coding :)

Zobacz jeszcze

LESS

Less - dynamiczne arkusze stylów   dobre praktyki: do komentarzy używaj // zamiast /* .. */ używaj mixins z parametrami kompilując kod LESS minifikuj CSS twórz kod...

Pobranie tytułu portalu/ strony WP

Tytuł strony wprowadzony w Settings -> General -> Site Title -> <?php bloginfo( 'name' ); ?> pobranie opisu strony: <?php $description = get_bloginfo( 'description',...