Thank-you note on kraft paper
- Input
- Obrigado pelo cuidado.
- Expected output
- fundo kraft opacidade 20%, tinta #2c2419, inclinação 2 graus
The brownish ink tone over beige kraft paper reads as a handmade craft card, not a note printed at a print shop.
handwritten note mockup
A handwritten note mockup prototypes packaging, a thank-you card or an editorial piece without writing anything by hand, by combining a cursive font, an ink color, a paper texture and a slight per-letter slant. This page breaks down how each of those four variables changes the emotional read of the finished note.
The brownish ink tone over beige kraft paper reads as a handmade craft card, not a note printed at a print shop.
The low slant and navy ink push the result toward formal handwritten correspondence, without overdoing the rustic effect.
The steeper slant reinforces a spontaneous, homemade tone suited to a handmade packaging label, but it is too exaggerated for a formal invitation.
No. The tool creates a styled preview with cursive fonts and SVG, without AI or biometrics. Identical letters come out identical, because it is a font, not the variation of a human hand.
It is likely missing the variable slant between letters; a cursive font by itself, with no slight, uneven rotation applied letter by letter, keeps a perfectly repeating pattern that the eye recognizes as digital, even when the font stroke itself looks beautiful.
Between 10% and 25% usually keeps the paper grain visible without hurting the legibility of the handwriting on top; above 30% the texture competes with the text contrast, and below 8% the paper reads as a flat background color with no perceptible texture.
No, pure black usually looks too digital; real fountain pen or ballpoint ink shifts toward navy blue or dark brown because of pigment, and simulating that color shift is one of the details that pushes a mockup closest to real physical writing.
It also works for editorial and packaging prototyping, such as testing how a handmade product label or a thank-you card will look before printing it for real, without photographing actual handwriting for every new version of the text.
font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
font-size: 46px;
font-style: italic;
letter-spacing: 1.5px;
transform: skewX(-8deg);
color: #17231D;
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 220" role="img" aria-label="Handwriting preview"><rect width="100%" height="100%" rx="18" fill="#F7F1E6"/><line x1="32" y1="42" x2="728" y2="42" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="76" x2="728" y2="76" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="110" x2="728" y2="110" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="144" x2="728" y2="144" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="178" x2="728" y2="178" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="212" x2="728" y2="212" stroke="rgba(0,0,0,.08)"/><line x1="32" y1="246" x2="728" y2="246" stroke="rgba(0,0,0,.08)"/><text x="48" y="70" fill="#17231D" font-family="Segoe Print, Bradley Hand, Comic Sans MS, cursive" font-size="46" font-style="italic" letter-spacing="1.5" transform="skewX(-8)">Assinado digitalmente</text><text x="48" y="127.5" fill="#17231D" font-family="Segoe Print, Bradley Hand, Comic Sans MS, cursive" font-size="46" font-style="italic" letter-spacing="1.5" transform="skewX(-8)">com estilo manuscrito.</text></svg>The text is rendered locally; nothing is sent to the server.