%% date:: [[2024-04-21]] parent:: %% # [[How to install a font on macOS]] ![[How to install a font on macOS.svg]] Here's how to install a font on macOS: 1. Download the font. (Example: [JetBrains Mono](https://www.jetbrains.com/lp/mono/), an [[Open-source|opensource]] font) 2. Open the app Font Book. 3. In Font Book, click on File > Add fonts to current user. 4. Search for the folder on your computer where all the `.tff` files are held. Click Open. 5. Wait for all the fonts to be opened by Font Book, then confirm that you can find the fonts by searching for them within Font Book. %% # Text Elements # Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.1", "elements": [ { "id": "V7hRAFau", "type": "text", "x": 388.5514131784439, "y": -180.92675018310547, "width": 3.8599853515625, "height": 24, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "roundness": null, "seed": 1628134616, "version": 2, "versionNonce": 1212942040, "isDeleted": true, "boundElements": null, "updated": 1712048641036, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "", "lineHeight": 1.2 } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 4, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "scrollX": 583.2388916015625, "scrollY": 573.6323852539062, "zoom": { "value": 1 }, "currentItemRoundness": "round", "gridSize": null, "gridColor": { "Bold": "#C9C9C9FF", "Regular": "#EDEDEDFF" }, "currentStrokeOptions": null, "previousGridSize": null, "frameRendering": { "enabled": true, "clip": true, "name": true, "outline": true } }, "files": {} } ``` %%