This file contains hidden or 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
| <!DOCTYPE html> | |
| <script> | |
| fetch('https://raw.githubusercontent.com/vivliostyle/themes/main/LICENSE') | |
| .then(response => response.text()) | |
| .then(text => { | |
| document.body.textContent = text; | |
| }); | |
| </script> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <style> | |
| .unhinted-otf { | |
| font-family: "unhinted-otf", serif; | |
| } | |
| .hinted-ttf { | |
| font-family: "hinted-ttf", serif; |
This file contains hidden or 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
| <style> | |
| :root { | |
| font-family: "Noto Sans CJK JP", sans-serif; | |
| line-height: 1.5; | |
| } | |
| dd { | |
| font-family: "Arial", serif; | |
| } | |
| </style> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <style> | |
| div:nth-child(2) { | |
| font-family: "Noto Sans CJK JP"; | |
| } | |
| div:nth-child(3) { | |
| font-family: "Noto Serif CJK JP"; | |
| } | |
| div:nth-child(4) { |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>TITLE</title> | |
| <style> | |
| title { | |
| position: running(Title); | |
| } | |
| @page { |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <style> | |
| @page { | |
| @top-right { | |
| content: element(RunningElement); | |
| } | |
| } | |
| .running-element { | |
| position: running(RunningElement); | |
| color: blue; |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Small font size test</title> | |
| </head> | |
| <body> | |
| <p style="font-size: 16px">The quick brown fox jumps over the lazy dog. (font-size: 16px)</p> | |
| <p style="font-size: 14px">The quick brown fox jumps over the lazy dog. (font-size: 14px)</p> | |
| <p style="font-size: 12px">The quick brown fox jumps over the lazy dog. (font-size: 12px)</p> |
This file contains hidden or 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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>EAL float system example</title> | |
| <link rel="stylesheet" href="main.css"> | |
| </head> | |
| <body> | |
| <div class="eal-float-start-start">start-start</div> | |
| <div class="eal-float-start-end">start-end</div> |
This file contains hidden or 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
| |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:d="https://www.devever.net/ns/dedoc" lang="en" xml:lang="en"> | |
| <h:head> | |
| <h:style type="text/css"><![CDATA[ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @namespace d url(https://www.devever.net/ns/dedoc); | |
| d|p { display: block; } | |
| ]]></h:style> | |
| </h:head> | |
| <h:body> |