arial písmo a ako to vložiť do stránky
Moderátoři: Mods_junior, Mods_senior
arial písmo a ako to vložiť do stránky
Ako mám vložiť písmo Arial do webstránky tak aby keď uživateľ pôjde na tú konkrétnu stránku aby sa mu to zobrazovalo ako arial ?
Come on
I’m with you,You, now I see,Keeping everything inside,With You,You, now I see,Even when I close my eyes,With you,You, now I see,Keeping everything inside,With You,You, now I see,Even when I close my eyes
I’m with you,You, now I see,Keeping everything inside,With You,You, now I see,Even when I close my eyes,With you,You, now I see,Keeping everything inside,With You,You, now I see,Even when I close my eyes
Re: arial písmo a ako to vložiť do stránky
font-family:Arial;
Re: arial písmo a ako to vložiť do stránky
Nastavení fontu
<span style="font-family: Arial, sans-serif">Text arialem</span>
nebo použití na odstavec:
<p style="font-family: Arial, sans-serif">Odstavec arialem</span>
dá se použít na každý tag, třeba i na body:
<body style="font-family: Arial">
Lepší je to ale zapsat globálně stylem do hlavičky:
<style type="text/css">
body {font-family: Arial, sans-serif;}/* pro celý dokument /*
p {font-family: "Times New Roman", serif} /* pro všechny odstavce <p>*/
.trida {font-family: Verdana, sans-serif} /* pro všechny tagy s class="trida" */
</style>
Víceslovné názvy písem jsou v uvozovkách.
čerpáno z Jak psat web
<span style="font-family: Arial, sans-serif">Text arialem</span>
nebo použití na odstavec:
<p style="font-family: Arial, sans-serif">Odstavec arialem</span>
dá se použít na každý tag, třeba i na body:
<body style="font-family: Arial">
Lepší je to ale zapsat globálně stylem do hlavičky:
<style type="text/css">
body {font-family: Arial, sans-serif;}/* pro celý dokument /*
p {font-family: "Times New Roman", serif} /* pro všechny odstavce <p>*/
.trida {font-family: Verdana, sans-serif} /* pro všechny tagy s class="trida" */
</style>
Víceslovné názvy písem jsou v uvozovkách.
čerpáno z Jak psat web
Intel Xeon E5-1650v3, 64GB RAM, GTX970, 1TB SSD, 2TB plotna


