hexo-theme-A-RSnippet icon indicating copy to clipboard operation
hexo-theme-A-RSnippet copied to clipboard

How to change the title font?

Open mibzman opened this issue 6 years ago • 3 comments

I would like to change the title font, where is that modifiable?

mibzman avatar Jun 10 '18 19:06 mibzman

Which title do you want to change, blog title, or post title? You can add the style in the file arsnippet.css

huyingjie avatar Jun 11 '18 17:06 huyingjie

This is the title I'm referring to, sorry if I wasn't clear! screen shot 2018-06-12 at 6 55 15 pm

Referring to arsnippet.css, where is that file located?

mibzman avatar Jun 12 '18 22:06 mibzman

Please see this. The final folder structure is as follows:

your_site_folder
| -- source
| -- css
        | -- arsnippet.css
| -- js
        | -- arsnippet.js

An example code in the arsnippet.css

.brand-logo {
	font-family: "Times New Roman", Times, serif;
}

huyingjie avatar Jun 12 '18 23:06 huyingjie