I recently updated a script that creates an archive of all my posts. With some assistance, we were able to get it working again after switching domain names and migrating from HTTP to HTTPS. You can find more information about this issue here.
However, the current problem is that the script is not displaying the text format correctly, making it look unformatted and messy.
I attempted to include the CSS as a separate script, but it did not make any difference (nor does it seem to make sense).
You can view the page where the script is located here:
The styling component of the script can be found at the end below:
<script>
// Script code goes here
</script>
// Additional scripts included here
<!-- CUSTOMIZATION -->
<style type="text/css">
// Custom styles for date and day display
</style>
The goal is to have the formatted text displayed with the Trebuchet MS font, using bold for months and dates, and arranging items in single lines rather than two.