Schrift Generator

Erstelle deine Schriftgröße Form und style
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-webkit-font-smoothing: antialiased;
margin: 0;
}
.container {
max-width: 700px;
margin: 40px auto 0 auto;
padding: 20px;
}
p {
color: #434242;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.9em;
font-weight: 400;
line-height: 1.8em;
}
a:link, a:visited, button.actionButton {
color: #3F51B5;
text-decoration: none;
padding-bottom: 5px;
padding-top: 5px;
}
a:hover, button.actionButton:hover {
background-color: #fde100;
border-radius: 3px;
text-decoration: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX