seltsam23

Results 3 issues of seltsam23

First of all, thanks for that great module! Would someone elaborate on how to use custom fonts? I've seen the business-card example with @font-face definiton, but it's unclear to me...

### Version [v5.3.0](https://github.com/nuxt-i18n/releases/tag/v5.3.0) ### Reproduction link [http://jsfiddle.com](http://jsfiddle.com) ### Steps to reproduce - Set 'differentDomains' to true in i18n config. - Specify 'domain' for each item in locales - Add page-translations...

pinned 📌
feature:differentDomains
v7

Hi there, I can't get it to work when I nest the created value in the model: ``` let schema = new Schema({ foo: { type: ShortId, // works as...