Nuxt 3 #8
                  
                    
                      Triloworld
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| Hi, sorry for the long wait but I wanted to wait for the stable Nuxt 3 version and see what the new API brings. There are a lot of new and improved features in Nuxt 3, so I've updated the module accordingly. Also, I'm working on a new  I added typescript support and simplified the API. Here are simple example: // nuxt.config.ts
{
  modules: ['nuxt-font-loader'],
  fontLoader: {
    local: [
      {
        src: '/fonts/AspektaVF.woff2',
        family: 'Aspekta Variable',
        weight: '100 900'
      }
    ]
  }
}Feel free to try it out and leave feedback. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is this planned?
What can be added in new version as well as thinks that in scope of module can improve experience:
Beta Was this translation helpful? Give feedback.
All reactions