mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 22:45:47 +00:00
feat: add new serif fonts
This commit is contained in:
15
apps/v4/public/r/styles/base-lyra/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/base-lyra/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/base-lyra/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/base-lyra/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2945,13 +2945,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2968,6 +2980,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/base-maia/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/base-maia/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/base-maia/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/base-maia/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2945,13 +2945,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2968,6 +2980,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/base-mira/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/base-mira/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/base-mira/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/base-mira/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2945,13 +2945,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2968,6 +2980,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/base-nova/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/base-nova/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/base-nova/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/base-nova/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2945,13 +2945,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2968,6 +2980,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/base-vega/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/base-vega/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/base-vega/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/base-vega/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2945,13 +2945,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2968,6 +2980,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/radix-lyra/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/radix-lyra/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/radix-lyra/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/radix-lyra/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2934,13 +2934,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2957,6 +2969,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/radix-maia/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/radix-maia/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/radix-maia/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/radix-maia/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2934,13 +2934,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2957,6 +2969,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/radix-mira/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/radix-mira/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/radix-mira/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/radix-mira/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2934,13 +2934,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2957,6 +2969,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/radix-nova/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/radix-nova/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/radix-nova/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/radix-nova/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2934,13 +2934,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2957,6 +2969,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
15
apps/v4/public/r/styles/radix-vega/font-noto-serif.json
Normal file
15
apps/v4/public/r/styles/radix-vega/font-noto-serif.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
15
apps/v4/public/r/styles/radix-vega/font-roboto-slab.json
Normal file
15
apps/v4/public/r/styles/radix-vega/font-roboto-slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": [
|
||||
"latin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2934,13 +2934,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"name": "font-noto-serif",
|
||||
"title": "Noto Serif",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"family": "'Noto Serif Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"import": "Noto_Serif",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-roboto-slab",
|
||||
"title": "Roboto Slab",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Roboto Slab Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Roboto_Slab",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
@@ -2957,6 +2969,18 @@
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-lora",
|
||||
"title": "Lora",
|
||||
"type": "registry:font",
|
||||
"font": {
|
||||
"family": "'Lora Variable', serif",
|
||||
"provider": "google",
|
||||
"import": "Lora",
|
||||
"variable": "--font-serif",
|
||||
"subsets": ["latin"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "font-playfair-display",
|
||||
"title": "Playfair Display",
|
||||
|
||||
@@ -144,15 +144,27 @@ export const fonts = [
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "font-lora",
|
||||
title: "Lora",
|
||||
name: "font-noto-serif",
|
||||
title: "Noto Serif",
|
||||
type: "registry:font",
|
||||
font: {
|
||||
family: "'Lora Variable', serif",
|
||||
family: "'Noto Serif Variable', serif",
|
||||
provider: "google",
|
||||
variable: "--font-serif",
|
||||
subsets: ["latin"],
|
||||
import: "Lora",
|
||||
import: "Noto_Serif",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "font-roboto-slab",
|
||||
title: "Roboto Slab",
|
||||
type: "registry:font",
|
||||
font: {
|
||||
family: "'Roboto Slab Variable', serif",
|
||||
provider: "google",
|
||||
variable: "--font-serif",
|
||||
subsets: ["latin"],
|
||||
import: "Roboto_Slab",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -167,6 +179,18 @@ export const fonts = [
|
||||
import: "Merriweather",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "font-lora",
|
||||
title: "Lora",
|
||||
type: "registry:font",
|
||||
font: {
|
||||
family: "'Lora Variable', serif",
|
||||
provider: "google",
|
||||
variable: "--font-serif",
|
||||
subsets: ["latin"],
|
||||
import: "Lora",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "font-playfair-display",
|
||||
title: "Playfair Display",
|
||||
|
||||
Reference in New Issue
Block a user