templates/bundles/smart/theme/stylesheets.html.twig line 1

Open in your IDE?
  1. <link href="/assets/plugins/global/plugins.bundle.css?{{ version }}" rel="stylesheet" type="text/css" />
  2. <link href="/assets/plugins/custom/prismjs/prismjs.bundle.css?{{ version }}" rel="stylesheet" type="text/css" />
  3. <link href="/assets/css/style.bundle.css?{{ version }}" rel="stylesheet" type="text/css" />
  4. <link href="/assets/css/themes/layout/header/base/light.css?{{ version }}" rel="stylesheet" type="text/css" />
  5. <link href="/assets/css/themes/layout/header/menu/light.css?{{ version }}" rel="stylesheet" type="text/css" />
  6. <link href="/assets/css/themes/layout/brand/light.css?{{ version }}" rel="stylesheet" type="text/css" />
  7. <link href="/assets/css/themes/layout/aside/light.css?{{ version }}" rel="stylesheet" type="text/css" />
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intro.js/3.4.0/introjs.css" integrity="sha512-i+WzzATeaDcwcfi5CfLn63qBxrKqiQvDLC+IChU1zVlaPguPgJlddOR07nU28XOoIOno9WPmJ+3ccUInpmHxBg==" crossorigin="anonymous" />
  9. <link rel="preconnect" href="https://fonts.googleapis.com">
  10. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  11. <link href="https://fonts.googleapis.com/css2?family=Gabarito:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
  12. <style>
  13. html, body {
  14. font-size: 13.75px !important;
  15. }
  16. @media (max-width: 1199.98px) {
  17. html, body {
  18. font-size: 13.5px !important;
  19. }
  20. }
  21. @media (max-width: 991.98px) {
  22. html, body {
  23. font-size: 12.5px !important;
  24. }
  25. }
  26. body, html, h1, h2, h3, h4, h5, h6, input, button, select, textarea, .form-control, .btn, .menu-text, .card-title, .subheader, .card-label, .menu-link {
  27. font-family: 'Gabarito', sans-serif !important;
  28. }
  29. </style>