paper-article
wasc-io
by SlashBunny
HTML
<base href="https://raw-dot-custom-elements.appspot.com/wasc-io/paper-article/v2.1.0/paper-article/">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="paper-article.html">
<link rel="import" href="../paper-styles/color.html">
<style is="custom-style">
#container {
display: flex;
}
paper-article {
font-family: 'Roboto', 'Noto', sans-serif;
font-weight: normal;
font-size: 14px;
-webkit-font-smoothing: antialiased;
}
</style>
<div id="container">
<paper-article contrast color="blue-600">Basic Article</paper-article>
</div>