Fixing Font Rendering Issues with Raw Blade Output
We recently encountered a peculiar font rendering issue in our application where CSS font-family declarations within <style> tags were being improperly escaped. This resulted in the browser ignoring the intended font styles. Here's how we diagnosed and resolved the problem.
The Problem
When using Blade's {{ }} syntax to output the font-family CSS property, single quotes within the font