Why isn't my Shopify font picker changing the font?

Hello,

I was going to use Shopify font picker and here is my code:

{% assign section_font = section.settings.p_font %}
font-family:  {{ section_font.family }};

I used font picker and set data to p_font. Even though section_font data is ok, my font is not changed. Please help me.

Thank you.