# Embedded font not working

**URL:** https://forum.codewithmosh.com/t/embedded-font-not-working/14820
**Category:** HTML/CSS
**Created:** [August 30, 2022, 2:01pm UTC](https://forum.codewithmosh.com/t/embedded-font-not-working/14820 "2022-08-30T14:01:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Rinne6paths](https://avatars.discourse-cdn.com/v4/letter/r/7bcc69/32.png) [@Rinne6paths](https://forum.codewithmosh.com/u/Rinne6paths)
#### Post date: [August 30, 2022, 2:01pm UTC](https://forum.codewithmosh.com/t/embedded-font-not-working/14820/1 "2022-08-30T14:01:05Z")

</div>

So im practicing embedding fonts in webpages and I followed the instructions, but my font wont display. Could someone help me out please?

 ![Screen Shot 2022-08-30 at 8.59.57 AM](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/e/e1d94ce024cfa4cb686f00d5ddaa7d238c10e1cf.png)

---

<div class="post-metadata">

### Author: ![D0ll4R](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/d0ll4r/32/4511_2.png) [@D0ll4R](https://forum.codewithmosh.com/u/D0ll4R)
#### Post date: [August 30, 2022, 2:33pm UTC](https://forum.codewithmosh.com/t/embedded-font-not-working/14820/2 "2022-08-30T14:33:28Z")

</div>

remove the comma after body here:  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/e/e985b7e1043209e160d63b08686b2c4c4493b138.png)

---

<div class="post-metadata">

### Author: ![Rinne6paths](https://avatars.discourse-cdn.com/v4/letter/r/7bcc69/32.png) [@Rinne6paths](https://forum.codewithmosh.com/u/Rinne6paths)
#### Post date: [August 30, 2022, 3:01pm UTC](https://forum.codewithmosh.com/t/embedded-font-not-working/14820/3 "2022-08-30T15:01:36Z")

</div>

I figured out what it was. My path to the embedded font didn’t start with a forward slash so it wasn’t reading it, but thank you for reminding me to take that comma out lol

---

<div class="post-metadata">

### Author: ![D0ll4R](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/d0ll4r/32/4511_2.png) [@D0ll4R](https://forum.codewithmosh.com/u/D0ll4R)
#### Post date: [August 30, 2022, 3:21pm UTC](https://forum.codewithmosh.com/t/embedded-font-not-working/14820/4 "2022-08-30T15:21:21Z")

</div>

Haha no problem, yeah and I think that slash part wasn’t included in the picture, I also completed the complete html and css course and am moving to the JavaScript one.
