|
@@ -3,17 +3,17 @@
|
|
|
<head>
|
|
|
<title>YYC - Report</title>
|
|
|
<style type="text/css" media="all">
|
|
|
- @font-face {
|
|
|
- font-family: 'msyh';
|
|
|
- src: url('https://yy-cloud-oss.oss-cn-beijing.aliyuncs.com/file/msyh.ttf');
|
|
|
- -fs-pdf-font-embed: embed;
|
|
|
- -fs-pdf-font-encoding: Identity-H;
|
|
|
- }
|
|
|
+ /*@font-face {*/
|
|
|
+ /* font-family: 'msyh';*/
|
|
|
+ /* src: url('https://yy-cloud-oss.oss-cn-beijing.aliyuncs.com/file/msyh.ttf');*/
|
|
|
+ /* -fs-pdf-font-embed: embed;*/
|
|
|
+ /* -fs-pdf-font-encoding: Identity-H;*/
|
|
|
+ /*}*/
|
|
|
|
|
|
@font-face {
|
|
|
- font-family: 'Source Han Sans SC';
|
|
|
- src: url('/Users/jackd/dev/reports/springboot.pdfgenerator/core/target/test-classes/SourceHanSansSC-Regular.ttf');
|
|
|
- /* src: local("STFangsong"); */
|
|
|
+ font-family: 'msyh';
|
|
|
+ /*src: url('/Users/jackd/dev/reports/springboot.pdfgenerator/core/target/test-classes/SourceHanSansSC-Regular.ttf');*/
|
|
|
+ src: url('/Users/linyuanjie/Desktop/springboot.pdfgenerator/core/target/test-classes/SourceHanSansSC-Regular.ttf');
|
|
|
-fs-pdf-font-embed: embed;
|
|
|
-fs-pdf-font-encoding: Identity-H;
|
|
|
}
|