๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
O Windows PowerShell | |
Copyright (C) Microsoft Corporation. Todos os direitos reservados. | |
Instale o PowerShell mais recente para obter novos recursos e aprimoramentos! https://aka.ms/PSWindows | |
PS C:\Users\lucas> cd GitHub | |
PS C:\Users\lucas\GitHub> cd sprig-lucas-sprig-review | |
PS C:\Users\lucas\GitHub\sprig-lucas-sprig-review> python -m venv venv | |
PS C:\Users\lucas\GitHub\sprig-lucas-sprig-review> venv\Scripts\activate | |
(venv) PS C:\Users\lucas\GitHub\sprig-lucas-sprig-review> .\venv\Scripts\Activate.ps1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Inspirated in https://gist.github.com/TheOnlyGhostwolf | |
*/ | |
@font-face { | |
font-family: Courier; | |
font-weight: 400; | |
font-style: normal; | |
} |