# Changing the font of the h2 'site text logo'

**URL:** <https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035>\
**Category:** Support\
**Created:** [2016年八月22日 23:58 UTC](https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035 "2016-08-22T23:58:24Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![Daniel\_78](https://avatars.discourse-cdn.com/v4/letter/d/8e8cbc/32.png) [@Daniel\_78](https://meta.discourse.org/u/Daniel_78)\
**Post date:** [2016年八月22日 23:58 UTC](https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035/1 "2016-08-22T23:58:24Z")

</div>

I’d like to change this font to a custom font that I’ve uploaded to the upload folder specified.

---

<div class="post-metadata">

**Author:** ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)\
**Post date:** [2016年十月14日 05:10 UTC](https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035/2 "2016-10-14T05:10:02Z")

</div>

If I want to change the `site-text-logo` font to [Roboto](https://fonts.google.com/specimen/Roboto?selection.family=Roboto) for example, here is how I would do it:

```plaintext
@import url('https://fonts.googleapis.com/css?family=Roboto');

#site-text-logo {
    font-family: 'Roboto', sans-serif;
}

```

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2019年三月17日 22:59 UTC](https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035/3 "2019-03-17T22:59:06Z")

</div>



---

<div class="post-metadata">

**Author:** ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)\
**Post date:** [2019年三月18日 00:30 UTC](https://meta.discourse.org/t/changing-the-font-of-the-h2-site-text-logo/49035/4 "2019-03-18T00:30:48Z")

</div>


