Hola:
Se ocurre que podría valerte una imagen svg, con un simple tag text y su rotate.
Por ejemplo:
Código CSS:
Ver originalbody {
background: url("data:image/svg+xml;iso-8859-1,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' x='0' y='0'><text x='150' y='150' font-size='15' stroke-width='.5' stroke='red' text-anchor='center' startOffset='50%' transform='rotate(45)'>Foros del Web</text></svg>");
}
Saludos