Skip to content

Commit 51ca11a

Browse files
committed
fonts added
1 parent ad29c52 commit 51ca11a

138 files changed

Lines changed: 3749 additions & 84 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

database/seeders/FontSeeder.php

Lines changed: 289 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ private static function fonts(): array
264264
'registryDependencies' => [],
265265
'font_family' => "'Roboto Variable', sans-serif",
266266
'font_provider' => 'google',
267-
'font_import' => 'Roboto Slab',
267+
'font_import' => 'Roboto',
268268
'font_variable' => '--font-roboto',
269269
'font_weight' => [],
270270
'font_subsets' => ['latin'],
@@ -287,6 +287,294 @@ private static function fonts(): array
287287
'font_selector' => null,
288288
'font_dependency' => '@fontsource-variable/work-sans',
289289
],
290+
[
291+
'name' => 'font-space-grotesk',
292+
'title' => 'Space Grotesk',
293+
'type' => 'registry:font',
294+
'author' => 'designbycode',
295+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
296+
'registryDependencies' => [],
297+
'font_family' => "'Space Grotesk Variable', sans-serif",
298+
'font_provider' => 'google',
299+
'font_import' => 'SpaceGrotesk',
300+
'font_variable' => '--font-space-grotesk',
301+
'font_weight' => [],
302+
'font_subsets' => ['latin'],
303+
'font_selector' => null,
304+
'font_dependency' => '@fontsource-variable/space-grotesk',
305+
],
306+
[
307+
'name' => 'font-jetbrains-mono',
308+
'title' => 'JetBrains Mono',
309+
'type' => 'registry:font',
310+
'author' => 'designbycode',
311+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
312+
'registryDependencies' => [],
313+
'font_family' => "'JetBrains Mono Variable', monospace",
314+
'font_provider' => 'google',
315+
'font_import' => 'JetBrainsMono',
316+
'font_variable' => '--font-jetbrains-mono',
317+
'font_weight' => [],
318+
'font_subsets' => ['latin'],
319+
'font_selector' => null,
320+
'font_dependency' => '@fontsource-variable/jetbrains-mono',
321+
],
322+
[
323+
'name' => 'font-fira-code',
324+
'title' => 'Fira Code',
325+
'type' => 'registry:font',
326+
'author' => 'designbycode',
327+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
328+
'registryDependencies' => [],
329+
'font_family' => "'Fira Code Variable', monospace",
330+
'font_provider' => 'google',
331+
'font_import' => 'FiraCode',
332+
'font_variable' => '--font-fira-code',
333+
'font_weight' => [],
334+
'font_subsets' => ['latin'],
335+
'font_selector' => null,
336+
'font_dependency' => '@fontsource-variable/fira-code',
337+
],
338+
[
339+
'name' => 'font-nunito',
340+
'title' => 'Nunito',
341+
'type' => 'registry:font',
342+
'author' => 'designbycode',
343+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
344+
'registryDependencies' => [],
345+
'font_family' => "'Nunito Variable', sans-serif",
346+
'font_provider' => 'google',
347+
'font_import' => 'Nunito',
348+
'font_variable' => '--font-nunito',
349+
'font_weight' => [],
350+
'font_subsets' => ['latin'],
351+
'font_selector' => null,
352+
'font_dependency' => '@fontsource-variable/nunito',
353+
],
354+
[
355+
'name' => 'font-cormorant-garamond',
356+
'title' => 'Cormorant Garamond',
357+
'type' => 'registry:font',
358+
'author' => 'designbycode',
359+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
360+
'registryDependencies' => [],
361+
'font_family' => "'Cormorant Garamond Variable', serif",
362+
'font_provider' => 'google',
363+
'font_import' => 'CormorantGaramond',
364+
'font_variable' => '--font-cormorant-garamond',
365+
'font_weight' => [],
366+
'font_subsets' => ['latin'],
367+
'font_selector' => null,
368+
'font_dependency' => '@fontsource-variable/cormorant-garamond',
369+
],
370+
[
371+
'name' => 'font-merriweather',
372+
'title' => 'Merriweather',
373+
'type' => 'registry:font',
374+
'author' => 'designbycode',
375+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
376+
'registryDependencies' => [],
377+
'font_family' => "'Merriweather Variable', serif",
378+
'font_provider' => 'google',
379+
'font_import' => 'Merriweather',
380+
'font_variable' => '--font-merriweather',
381+
'font_weight' => [],
382+
'font_subsets' => ['latin'],
383+
'font_selector' => null,
384+
'font_dependency' => '@fontsource-variable/merriweather',
385+
],
386+
[
387+
'name' => 'font-cinzel',
388+
'title' => 'Cinzel',
389+
'type' => 'registry:font',
390+
'author' => 'designbycode',
391+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
392+
'registryDependencies' => [],
393+
'font_family' => "'Cinzel Variable', serif",
394+
'font_provider' => 'google',
395+
'font_import' => 'Cinzel',
396+
'font_variable' => '--font-cinzel',
397+
'font_weight' => [],
398+
'font_subsets' => ['latin'],
399+
'font_selector' => null,
400+
'font_dependency' => '@fontsource-variable/cinzel',
401+
],
402+
[
403+
'name' => 'font-source-sans-3',
404+
'title' => 'Source Sans 3',
405+
'type' => 'registry:font',
406+
'author' => 'designbycode',
407+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
408+
'registryDependencies' => [],
409+
'font_family' => "'Source Sans 3 Variable', sans-serif",
410+
'font_provider' => 'google',
411+
'font_import' => 'SourceSans3',
412+
'font_variable' => '--font-source-sans-3',
413+
'font_weight' => [],
414+
'font_subsets' => ['latin'],
415+
'font_selector' => null,
416+
'font_dependency' => '@fontsource-variable/source-sans-3',
417+
],
418+
[
419+
'name' => 'font-oswald',
420+
'title' => 'Oswald',
421+
'type' => 'registry:font',
422+
'author' => 'designbycode',
423+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
424+
'registryDependencies' => [],
425+
'font_family' => "'Oswald Variable', sans-serif",
426+
'font_provider' => 'google',
427+
'font_import' => 'Oswald',
428+
'font_variable' => '--font-oswald',
429+
'font_weight' => [],
430+
'font_subsets' => ['latin'],
431+
'font_selector' => null,
432+
'font_dependency' => '@fontsource-variable/oswald',
433+
],
434+
[
435+
'name' => 'font-roboto-condensed',
436+
'title' => 'Roboto Condensed',
437+
'type' => 'registry:font',
438+
'author' => 'designbycode',
439+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
440+
'registryDependencies' => [],
441+
'font_family' => "'Roboto Condensed Variable', sans-serif",
442+
'font_provider' => 'google',
443+
'font_import' => 'RobotoCondensed',
444+
'font_variable' => '--font-roboto-condensed',
445+
'font_weight' => [],
446+
'font_subsets' => ['latin'],
447+
'font_selector' => null,
448+
'font_dependency' => '@fontsource-variable/roboto-condensed',
449+
],
450+
[
451+
'name' => 'font-barlow-condensed',
452+
'title' => 'Barlow Condensed',
453+
'type' => 'registry:font',
454+
'author' => 'designbycode',
455+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
456+
'registryDependencies' => [],
457+
'font_family' => "'Barlow Condensed', sans-serif",
458+
'font_provider' => 'google',
459+
'font_import' => 'BarlowCondensed',
460+
'font_variable' => '--font-barlow-condensed',
461+
'font_weight' => [],
462+
'font_subsets' => ['latin'],
463+
'font_selector' => null,
464+
'font_dependency' => '@fontsource/barlow-condensed',
465+
],
466+
[
467+
'name' => 'font-rajdhani',
468+
'title' => 'Rajdhani',
469+
'type' => 'registry:font',
470+
'author' => 'designbycode',
471+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
472+
'registryDependencies' => [],
473+
'font_family' => "'Rajdhani', sans-serif",
474+
'font_provider' => 'google',
475+
'font_import' => 'Rajdhani',
476+
'font_variable' => '--font-rajdhani',
477+
'font_weight' => [],
478+
'font_subsets' => ['latin'],
479+
'font_selector' => null,
480+
'font_dependency' => '@fontsource/rajdhani',
481+
],
482+
[
483+
'name' => 'font-varela-round',
484+
'title' => 'Varela Round',
485+
'type' => 'registry:font',
486+
'author' => 'designbycode',
487+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
488+
'registryDependencies' => [],
489+
'font_family' => "'Varela Round', sans-serif",
490+
'font_provider' => 'google',
491+
'font_import' => 'VarelaRound',
492+
'font_variable' => '--font-varela-round',
493+
'font_weight' => [],
494+
'font_subsets' => ['latin'],
495+
'font_selector' => null,
496+
'font_dependency' => '@fontsource/varela-round',
497+
],
498+
[
499+
'name' => 'font-quicksand',
500+
'title' => 'Quicksand',
501+
'type' => 'registry:font',
502+
'author' => 'designbycode',
503+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
504+
'registryDependencies' => [],
505+
'font_family' => "'Quicksand Variable', sans-serif",
506+
'font_provider' => 'google',
507+
'font_import' => 'Quicksand',
508+
'font_variable' => '--font-quicksand',
509+
'font_weight' => [],
510+
'font_subsets' => ['latin'],
511+
'font_selector' => null,
512+
'font_dependency' => '@fontsource-variable/quicksand',
513+
],
514+
[
515+
'name' => 'font-manrope',
516+
'title' => 'Manrope',
517+
'type' => 'registry:font',
518+
'author' => 'designbycode',
519+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
520+
'registryDependencies' => [],
521+
'font_family' => "'Manrope Variable', sans-serif",
522+
'font_provider' => 'google',
523+
'font_import' => 'Manrope',
524+
'font_variable' => '--font-manrope',
525+
'font_weight' => [],
526+
'font_subsets' => ['latin'],
527+
'font_selector' => null,
528+
'font_dependency' => '@fontsource-variable/manrope',
529+
],
530+
[
531+
'name' => 'font-roboto-mono',
532+
'title' => 'Roboto Mono',
533+
'type' => 'registry:font',
534+
'author' => 'designbycode',
535+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
536+
'registryDependencies' => [],
537+
'font_family' => "'Roboto Mono Variable', monospace",
538+
'font_provider' => 'google',
539+
'font_import' => 'RobotoMono',
540+
'font_variable' => '--font-roboto-mono',
541+
'font_weight' => [],
542+
'font_subsets' => ['latin'],
543+
'font_selector' => null,
544+
'font_dependency' => '@fontsource-variable/roboto-mono',
545+
],
546+
[
547+
'name' => 'font-patrick-hand',
548+
'title' => 'Patrick Hand',
549+
'type' => 'registry:font',
550+
'author' => 'designbycode',
551+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
552+
'registryDependencies' => [],
553+
'font_family' => "'Patrick Hand', handwriting",
554+
'font_provider' => 'google',
555+
'font_import' => 'PatrickHand',
556+
'font_variable' => '--font-patrick-hand',
557+
'font_weight' => [],
558+
'font_subsets' => ['latin'],
559+
'font_selector' => null,
560+
'font_dependency' => '@fontsource/patrick-hand',
561+
],
562+
[
563+
'name' => 'font-instrument-sans',
564+
'title' => 'Instrument Sans',
565+
'type' => 'registry:font',
566+
'author' => 'designbycode',
567+
'meta' => ['category' => 'fonts', 'version' => '1.0.0'],
568+
'registryDependencies' => [],
569+
'font_family' => "'Instrument Sans Variable', sans-serif",
570+
'font_provider' => 'google',
571+
'font_import' => 'InstrumentSans',
572+
'font_variable' => '--font-instrument-sans',
573+
'font_weight' => [],
574+
'font_subsets' => ['latin'],
575+
'font_selector' => null,
576+
'font_dependency' => '@fontsource-variable/instrument-sans',
577+
],
290578
];
291579
}
292580
}

0 commit comments

Comments
 (0)