次の html では、テキストの左側に素敵なカメラ アイコンが表示されます。ポリマー コンポーネントのスタイルを設定しようとするとき、これはどのように達成されますか?
<!doctype html>
<html>
<head>
<link rel="stylesheet" id="font-awesome-4-css" href="http://astronautweb.co/wp-content/themes/astro2012/css/font-awesome-4.0.3.css?ver=4.0.3" type="text/css" media="all">
</head>
<body>
<p><i class="fa fa-camera-retro fa-lg"></i> Cool camera</p>
</body>
具体的には、リンクをどこに含めるか、applyauthorstyles を何に設定するか、テンプレート内のスタイルをどうするかです。