This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// pdf html content | |
$content = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<link rel="important stylesheet" href="chrome://messagebody/skin/messageBody.css"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<style> | |
@import url("https://fonts.googleapis.com/css2?family=Sarabun&display=swap"); | |
body { font-family: "Sarabun",sans-serif; } |