Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

R

radovanvasak

@radovanvasak
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Activate styllistic sets
    R radovanvasak

    EDIT: The problem has been solved. I was using a desktop version of the font .otf instead of web version .woff2 Now it works.

    General Discussion webfonts favorit

  • Activate styllistic sets
    R radovanvasak

    It is a Suisse Int’l from Swiss Typefaces available here: https://www.swisstypefaces.com/fonts/suisse/#font The numbers don't turn tabular here https://vasak.sk The tabular numbers function works fine in design softwares such as InDesign or Figma.

    General Discussion webfonts favorit

  • Activate styllistic sets
    R radovanvasak

    Hello @arminunruh I can't manage to get this working with tabular numbers.

    I am putting this in the <head> content:

    <style>
    ._Default{
    font-feature-settings: "ss01", "case", "tnum";
    }
    </style>

    I have this in my Custom CSS:

    body {
    -moz-font-feature-settings: "ss01", "case", "tnum";
    -ms-font-feature-settings: "ss01", "case", "tnum";
    -o-font-feature-settings: "ss01", "case", "tnum";
    -webkit-font-feature-settings: "ss01", "case", "tnum";
    font-feature-settings: "ss01", "case", "tnum";
    }

    Am I doing something wrong? Thanks in advance.

    General Discussion webfonts favorit

  • overflow
    R radovanvasak

    Hello! I am facing a problem with a custom CSS code for disabling overflow also causing that whenever a project is opened the scroll is not reset. This is the website: www.vasak.sk

    What I am trying to do is that the website doesn't overflow anywhere, the overlay stays scrollable on mobile and whenever a project is opened, the scroll is reset so that it starts from the top.

    The part of the CSS code I think is causing the problem:

    html, body {
    overscroll-behavior: none;
    }

    html, body {
    overflow: auto;
    height: 100%;
    }

    .overlay-open html, .overlay-open body {
    overflow: hidden !important;
    height: 100% !important;
    }

    .text-overlay-close {
    overflow-y: auto !important;
    max-height: 100vh !important;
    }

    If there is is anyone that is able to help me with this issue I would be very thankful.

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search