mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
fix: dirty fix fonts
This commit is contained in:
@@ -40,6 +40,7 @@ export default defineNuxtConfig({
|
||||
|
||||
fonts: {
|
||||
families: [
|
||||
/*
|
||||
{
|
||||
name: "Helvetica",
|
||||
src: "/fonts/helvetica/helvetica-300-light.woff2",
|
||||
@@ -60,6 +61,7 @@ export default defineNuxtConfig({
|
||||
name: "Helvetica",
|
||||
src: "/fonts/helvetica/Helvetica-600-bold.woff",
|
||||
},
|
||||
*/
|
||||
{
|
||||
name: "Inter",
|
||||
src: "/fonts/inter/Inter-variable-400.ttf",
|
||||
@@ -68,34 +70,45 @@ export default defineNuxtConfig({
|
||||
name: "Inter",
|
||||
src: "/fonts/inter/Inter-variable-400-italic.ttf",
|
||||
},
|
||||
/*
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-100-thin.ttf",
|
||||
weight: 100,
|
||||
},
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-300-light.woff.ttf",
|
||||
weight: 300,
|
||||
},
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-400-regular.woff.ttf",
|
||||
weight: 400,
|
||||
},
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-500-medium.woff.ttf",
|
||||
weight: 500
|
||||
},
|
||||
*/
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-600-bold.woff.ttf",
|
||||
weight: 600,
|
||||
},
|
||||
/*
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-700-extra-bold.ttf",
|
||||
weight: 700
|
||||
},
|
||||
{
|
||||
name: "Motiva Sans",
|
||||
src: "/fonts/motiva/motiva-sans-900-black.woff.ttf",
|
||||
weight: 900
|
||||
},
|
||||
*/
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["Inter"], //"San Francisco", "sans-serif"
|
||||
display: ["Motiva Sans"], //"Arial","sans-serif"
|
||||
sans: ["Inter", "San Francisco", "sans-serif"],
|
||||
display: ["Motiva Sans", "Arial", "sans-serif"],
|
||||
},
|
||||
colors: {
|
||||
zinc: {
|
||||
|
||||
Reference in New Issue
Block a user