Fonts and Colors - cunhapaulo/ReferenceCard GitHub Wiki
Element | Code | Use | Shade |
---|---|---|---|
background-color: | #f3f1ec; | Used in Hume. | |
background-color: | #f3f1ec; | Used in Oxford website. | gray |
background-color: | #7389c4; | Used in Orwell TRANSITION. | blue |
background-color: | #8aa1e2; | Used in Orwell CITE. | blue |
background-color: | #b8c2f9; | Used in Orwell BIBLIO. | blue |
background-color: | #bbc7e7; | Used in Copernicus slides | blue |
background-color: | #d8e2ec; | Used in Schiller site | blue |
background-color: | #ebf0fc; | Used in Schiller site | blue |
Font | Description | Usage |
---|---|---|
\usepackage{mathpazo} |
Palatino font | ![]() |
Font | Obs | Link |
---|---|---|
Cascadia Mono |
Monospaced font used in IDE´s | CDN Fonts |
Fira Mono |
Monospaced font used in IDE´s | CDN Fonts |
Fira Sans |
Nice font | CDN Fonts |
Open Sans |
CDN Fonts | |
PT Sans |
Used in Hume | CDN Fonts |
Font Name | Source | Observations | Seen at | Font Availability | Onlne Availability |
---|---|---|---|---|---|
adobe-caslon-pro |
Foreign Affais Magazine | Body text font-serif | Foreign Affairs | Google Fonts | CDFonts |
gentium plus |
ESV | Body text font-serif | ESV.org | Google Fonts | |
sentinel |
ESV | Body text font-serif | ESV.org | Downloaded |
@import:
<style>
@import url('https://fonts.cdnfonts.com/css/pt-sans-2');
</style>
Usage:
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Caption', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
@import:
<style>
@import url('https://fonts.cdnfonts.com/css/open-sans');
</style>
Usage:
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Light', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
Font Name | Source | Observations | Seen at | Font Availability |
---|---|---|---|---|
Fira Mono |
Font used in VSCode | VSCode | ||
Cascadia Mono |
Font used in Typst | Typst |