diff options
| author | 2023-12-03 04:34:10 +0800 | |
|---|---|---|
| committer | 2023-12-03 04:34:10 +0800 | |
| commit | c6a085edd4a4206918c8d9470c8b389b90679fb0 (patch) | |
| tree | 08613502ac6553a8ecd0642d465c8d778aad7843 /assets/fonts/cmuserif_oblique_macroman/stylesheet.css | |
| parent | aab1125476bae9e058ca06971449cb0dc28419e5 (diff) | |
| download | conference-c6a085edd4a4206918c8d9470c8b389b90679fb0.tar.gz conference-c6a085edd4a4206918c8d9470c8b389b90679fb0.zip | |
feat: add LaTeX
Diffstat (limited to 'assets/fonts/cmuserif_oblique_macroman/stylesheet.css')
| -rw-r--r-- | assets/fonts/cmuserif_oblique_macroman/stylesheet.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/fonts/cmuserif_oblique_macroman/stylesheet.css b/assets/fonts/cmuserif_oblique_macroman/stylesheet.css new file mode 100644 index 0000000..03ea1d3 --- /dev/null +++ b/assets/fonts/cmuserif_oblique_macroman/stylesheet.css @@ -0,0 +1,13 @@ +@font-face { + font-family: 'cmu_serifitalic'; + src: url('cmunti-webfont.eot'); + src: url('cmunti-webfont.eot?#iefix') format('embedded-opentype'), + url('cmunti-webfont.woff2') format('woff2'), + url('cmunti-webfont.woff') format('woff'), + url('cmunti-webfont.ttf') format('truetype'), + url('cmunti-webfont.svg#cmu_serifitalic') format('svg'); + font-weight: normal; + font-style: normal; + +} + |
