How to customise Micro.Blog
About Archive Resources About the Team Contact me Future How to help Search

Use Google Fonts by adding a font reference to the CSS

15 September 2022

To a question in the Micro.blog Help Center — Can I use Google Fonts with a custom theme?, Manton replied:

Yes, you can use Google Fonts by adding a font reference to the CSS. In Micro.blog, click on Design → Edit Custom CSS and paste in the CSS that you get from Google. It will look something like this:

@import url(‘https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
font-family: "Roboto";
}

List of Tutorials.

Follow @custom on Micro.blog. or subscribe via RSS