How To Use Custom Font In Blogger
If you are a blogger, you know how important it is to have a visually appealing website. The font you choose for your website plays a critical role in how your content is presented to your audience. Fortunately, changing the font on your Blogger website is a simple process, and this post will guide you through the steps.
Before we get started, it is essential to note that Blogger uses Google Fonts, a free and easy-to-use platform that offers a wide variety of fonts. Therefore, if you want to change the font on your website, you will need to choose from the available fonts on Google Fonts. Once you have selected your preferred font, follow these steps to change the font on your Blogger website:
Step to use custom font in blogger
- Step 1: Log in to your Blogger account and navigate to the Theme section.
- Step 2: Click on the "Customize" button next to your current theme.
- Step 3: In the left-hand sidebar, select "Advanced."
- Step 4: Scroll down to the "Add CSS" section and click on the arrow to expand it.
- Step 5: In the "Add CSS" section, you will see a box where you can enter your custom CSS code.
- Step 6: Enter the following code in the "Add CSS" box:cssCopy code
- body { font-family: 'Font Name', sans-serif; }
Replace "Font Name" with the name of the font you want to use. For example, if you want to use the font "Open Sans," the code would be:cssCopy code
body { font-family: 'Open Sans', sans-serif; }
- Step 7: Click on the "Apply to Blog" button to save the changes.
- Step 8: Check your website to ensure that the font has changed. If it has not changed, clear your browser cache and try again.
<style> @font-face{font-family:'Google Sans Text';font-style:normal;font-weight:400;font-display:swap;src:local('Google Sans Text'),local('Google-Sans-Text'),url(https://fonts.gstatic.com/s/googlesanstext/v16/5aUu9-KzpRiLCAt4Unrc-xIKmCU5qEp2iw.woff2) format('woff2')} </style> <style> h1,h2,li,*{font-family: Google Sans Text;} </style>
last word
You have successfully changed the font on your Blogger website. You can experiment with different fonts until you find the one that best suits your website's theme and content. Keep in mind that the font you choose should be easy to read and visually appealing to your audience.