cassiuscai
4/12/2020 - 4:38 AM

Programming Font Configuration

Global font for coding

/*
 * http://localhost:8443/
 * https://devdocs.io
 * http://192.168.3.14:8081/
 * https://asciidoctor.org/
 */
* {
    font-family: "JetBrains Mono";
    font-size: 14px;
}