|
1 | 1 | <template>
|
2 | 2 | <div class="container">
|
3 |
| - <h1>Nuxt SmartScript™ Demo</h1> |
| 3 | + <h1>H1: Nuxt SmartScript™ Demo - MITRE(TM)</h1> |
| 4 | + <h2>H2: MITRE(TM) Test</h2> |
| 5 | + <h3>H3: MITRE(TM) Test</h3> |
| 6 | + <h4>H4: MITRE(TM) Test</h4> |
| 7 | + <h5>H5: MITRE(TM) Test</h5> |
| 8 | + <h6>H6: MITRE(TM) Test</h6> |
4 | 9 |
|
5 | 10 | <section>
|
6 | 11 | <h2>Debug Info</h2>
|
|
21 | 26 | </div>
|
22 | 27 | </section>
|
23 | 28 |
|
| 29 | + <section> |
| 30 | + <h2>Font Testing</h2> |
| 31 | + <div style="font-family: Arial, sans-serif;"> |
| 32 | + <h3>Arial: MITRE(TM) ACT(TM)</h3> |
| 33 | + <p>Body text: MITRE(TM) and ACT(TM) testing</p> |
| 34 | + </div> |
| 35 | + <div style="font-family: 'Times New Roman', serif;"> |
| 36 | + <h3>Times New Roman: MITRE(TM) ACT(TM)</h3> |
| 37 | + <p>Body text: MITRE(TM) and ACT(TM) testing</p> |
| 38 | + </div> |
| 39 | + <div style="font-family: Georgia, serif;"> |
| 40 | + <h3>Georgia: MITRE(TM) ACT(TM)</h3> |
| 41 | + <p>Body text: MITRE(TM) and ACT(TM) testing</p> |
| 42 | + </div> |
| 43 | + <div style="font-family: 'Courier New', monospace;"> |
| 44 | + <h3>Courier New: MITRE(TM) ACT(TM)</h3> |
| 45 | + <p>Body text: MITRE(TM) and ACT(TM) testing</p> |
| 46 | + </div> |
| 47 | + <div style="font-family: system-ui, -apple-system, sans-serif;"> |
| 48 | + <h3>System UI: MITRE(TM) ACT(TM)</h3> |
| 49 | + <p>Body text: MITRE(TM) and ACT(TM) testing</p> |
| 50 | + </div> |
| 51 | + </section> |
| 52 | + |
24 | 53 | <section>
|
25 | 54 | <h2>Copyright Symbol</h2>
|
26 | 55 | <p>Copyright: (C) 2024 Example Corporation</p>
|
|
0 commit comments