Pau Font
Pau Font
BRBuildShip + Rowy
Created by Pau Font on 8/23/2024 in #❓・buildship-help
HTML to PDF Not using the FONTS I've specified
Okay, thanks, I will check how I can do that. I have 0 experience with code, so sorry if it sounded silly.
11 replies
BRBuildShip + Rowy
Created by Pau Font on 8/23/2024 in #❓・buildship-help
HTML to PDF Not using the FONTS I've specified
but then it has stop working
11 replies
BRBuildShip + Rowy
Created by Pau Font on 8/23/2024 in #❓・buildship-help
HTML to PDF Not using the FONTS I've specified
this worked 1 time: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document Title</title> <link href="https://fonts.googleapis.com/css2?family=Lexend:wght@400&display=swap" rel="stylesheet"> <style> body { font-family: 'Lexend', sans-serif; line-height: 1.6; margin: 0; padding: 20px; } h1 { font-size: 2.5em; color: #333; margin-bottom: 0.5em; } h2 { font-size: 2em; color: #555; margin-bottom: 0.75em; } h3 { font-size: 1.75em; color: #777; margin-bottom: 1em; } p { font-size: 1.125em; color: #444; margin-bottom: 1.5em; } strong { font-weight: bold; color: #000; } </style> </head> <body> <h1>Examen de lengua castellana</h1> <h2>This is an H2 Heading</h2> <h3>This is an H3 Heading</h3> <p>This is a paragraph with some <strong>bold text</strong> to emphasize certain words.</p> </body> </html>
11 replies
BRBuildShip + Rowy
Created by Pau Font on 8/23/2024 in #❓・buildship-help
HTML to PDF Not using the FONTS I've specified
I've been trying everything, but I am a bit lost.
11 replies
BRBuildShip + Rowy
Created by Pau Font on 8/23/2024 in #❓・buildship-help
HTML to PDF Not using the FONTS I've specified
Thank I'll try it out
11 replies