You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
718 B

  1. <template>
  2. <div class="main">
  3. <client-only>
  4. <Openseadragon />
  5. </client-only>
  6. <Article />
  7. </div>
  8. </template>
  9. <style>
  10. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
  11. .bebas-neue-regular {
  12. font-family: 'Bebas Neue', sans-serif;
  13. font-weight: 400;
  14. font-style: normal;
  15. }
  16. .noto-sans-400 {
  17. font-family: "Noto Sans", sans-serif;
  18. font-optical-sizing: auto;
  19. font-weight: 400;
  20. font-style: normal;
  21. font-variation-settings:
  22. "wdth" 100;
  23. }
  24. .text-6xl {
  25. font-size: 120px;
  26. }
  27. .main {
  28. margin: 0 auto;
  29. max-width: 860px;
  30. }
  31. .z-article-title {
  32. z-index: 50;
  33. }
  34. .z-article-image {
  35. z-index: 49;
  36. }
  37. </style>