Font Face
<!-- Goes In Header --> <link rel=stylesheet href=style.css> <!-- Goes In Header --> <!-- Use to modify --> <span class=mine>......</span> <!-- Use to modify --> <span class=mine>......</span> The font size you choose will be named <i>.mine</i>. When you add you style to an html page save the pop-up information as style.css,then add to your header <link rel=stylesheet href=style.css> and add <span class=mine>......</span>. I included other sizes as options, they have the same font face and color. Be sure that if you place the style sheet in your html page you write <style type=text/css> and </script> at the end