# Obsidian Publish
[Customize your site - Obsidian Help](https://help.obsidian.md/Obsidian+Publish/Customize+your+site)
[Custom domains - Obsidian Help](https://help.obsidian.md/publish/domains#Set+up+using+CloudFlare)
---
# Publish Custom CSS & Favicons
##### Custom CSS #
To customize the styling of your site, you can upload either `obsidian.css` or `publish.css`. These files must be stored in the root folder of your site. You can also upload both so you can use your existing `obsidian.css` and add some extra tweaks for publish in `publish.css`.
##### Favicon #
To change the favicon of your site, you can upload `png` icons of any size in the format of `favicon-32.png` or `favicon-32x32.png`. You can also upload the file `favicon.ico`. These files can be stored in any folder. The current recommendation (as of 2020) is to provide sizes `32×32`, `128x128`, `152×152`, `167x167`, `180x180`, `192x192`, and `196x196`.
```
.emoji { display: inline-block !important; }
```