UNPKG

inlineresources

Version:

Inlines style sheets, images, fonts and scripts in HTML documents. Works in the browser.

20 lines (19 loc) 428 B
<!DOCTYPE html> <html> <head> <title>Test page with img</title> <style type="text/css"> @font-face { font-family: "RaphaelIcons"; src: url("raphaelicons-webfont.woff"); } body { font-family: "RaphaelIcons"; font-size: 20pt; } </style> </head> <body> 1 </body> </html>