how to customize font on my website?

ChatGPT makes it much easier to modify configurations for my website. I changed the font to Montserrat—an open source font provided by Google font (fonts.google.com) that is highly similar to Google’s proprietary logo font Product Sans. Google Sans [and Product Sans] is not available for use outside of Google. It is our brand font and is exclusively used in Google products. Fine. Google font has a delivery service—everytime the website loads, it fetches font files from Google....

October 17, 2024

configure SSH keys in terminal

How to use SSH to authenticate connection to remote servers and services (e.g. GitHub). how it works (the mechanism) You can access and write data in repositories on GitHub using SSH (Secure Shell Protocol). When you connect via SSH, you authenticate using a private key file on your local machine. For more information about SSH, see Secure Shell on Wikipedia. When you set up SSH, you will need to generate a new private SSH key and add it to the SSH agent....

September 10, 2024