Inconsolata as default font

This commit is contained in:
Benjamin Takats
2022-11-30 15:21:58 +01:00
parent 19991fca46
commit c2e28cc625
6 changed files with 133 additions and 4 deletions

82
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a242ffb9edc0da4f3a3695053759cab6",
"content-hash": "06518b5d3d774a669c86ea4b334482a0",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -4367,6 +4367,86 @@
],
"time": "2022-07-25T00:44:21+00:00"
},
{
"name": "spatie/laravel-google-fonts",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-google-fonts.git",
"reference": "c6d50d5b87c57468257efc136523fac7ed78c7dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/c6d50d5b87c57468257efc136523fac7ed78c7dc",
"reference": "c6d50d5b87c57468257efc136523fac7ed78c7dc",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.3",
"illuminate/contracts": "^8.37|^9.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.7.0"
},
"require-dev": {
"brianium/paratest": "^6.3",
"nunomaduro/collision": "^5.4|^6.0",
"orchestra/testbench": "^6.17|^7.0",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.17",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\GoogleFonts\\GoogleFontsServiceProvider"
],
"aliases": {
"GoogleFonts": "Spatie\\GoogleFonts\\GoogleFontsFacade"
}
}
},
"autoload": {
"psr-4": {
"Spatie\\GoogleFonts\\": "src",
"Spatie\\GoogleFonts\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Manage self-hosted Google Fonts in Laravel apps",
"homepage": "https://github.com/spatie/laravel-google-fonts",
"keywords": [
"google fonts",
"laravel",
"laravel-google-fonts",
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-google-fonts/tree/1.2.1"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-09-07T10:01:34+00:00"
},
{
"name": "spatie/laravel-package-tools",
"version": "1.13.7",