✏️ 正在编辑: css_at_font_face.html
路径:
/srv/systems_dir/biblioteca_yuppie/library/Dompdf/www/test/css_at_font_face.html
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> <link href='http://fonts.googleapis.com/css?family=Give+You+Glory&v2' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Wallpoet&v2' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister&v2' rel='stylesheet' type='text/css'> <style type="text/css"> body { font-family: sans-serif; } p { font-size: 2em; background: #eee; padding: 1em; } h2 { color: #999; } </style> </head> <body> <h2>Give You Glory</h2> <p style="font-family: 'Give You Glory', sans-serif;"> Grumpy wizards make toxic brew for the evil Queen and Jack </p> <h2>Wallpoet</h2> <p style="font-family: 'Wallpoet', sans-serif;"> Grumpy wizards make toxic brew for the evil Queen and Jack </p> <h2>Love Ya Like A Sister</h2> <p style="font-family: 'Love Ya Like A Sister', sans-serif;"> Grumpy wizards make toxic brew for the evil Queen and Jack </p> </body> </html>
💾 保存文件
← 返回文件管理器