https://fonts.google.com/?selection.family=Open+Sans
cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip
<template> | |
<div> | |
<button @click="simulateLoading"> | |
Simulate Loading | |
</button> | |
</div> | |
</template> | |
<script> | |
import Layout from "../Shared/Layout"; | |
import { fireStartEvent, fireFinishEvent } from "@inertiajs/inertia/src/events"; |
var completionSpec = { | |
name: "+", | |
description: "A set of aliases for everyday use.", | |
subcommands: [ | |
{ | |
name: "Download From Production", | |
description: | |
"Download the latest database dump and storage files from production.", | |
insertValue: "\b\b./download.sh\n", | |
}, |