{"id":36501,"date":"2022-04-12T15:45:00","date_gmt":"2022-04-12T20:45:00","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=36501"},"modified":"2024-10-02T11:00:00","modified_gmt":"2024-10-02T16:00:00","slug":"change-wordpress-font","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/","title":{"rendered":"How To Change Your Fonts in WordPress"},"content":{"rendered":"\n<p>Want to add some individualism or branding to your WordPress site? A great way to do that is to <a href=\"https:\/\/wpengine.com\/resources\/psychology-of-design-a-play-on-words\/\" target=\"_blank\" rel=\"noreferrer noopener\">change fonts<\/a> within your theme. However, not all WordPress users are the same. While some users in need of a new font might be comfortable doing it with custom CSS code, others will need a more straight-forward option. This article provides several options for updating and changing fonts within WordPress.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What Are the 4 Major Types of Fonts?<\/h2>\n\n\n\n<p>Before we begin our tutorial on WordPress fonts, let\u2019s review the four main font types:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Serif <\/strong>\u2013 Serif fonts have small, sharp embellishments called \u201cserifs\u201d on the ends of many letters. They\u2019re often used for body paragraphs. Serif font examples include Times New Roman and Georgia.<\/li>\n\n\n\n<li><strong>Sans Serif <\/strong>\u2013 Sans serif means \u201cwithout serif.\u201d These fonts are simpler, more rounded, and typically used in paragraphs. Well-known examples are Arial and Calibri.<\/li>\n\n\n\n<li><strong>Script <\/strong>\u2013 Script fonts resemble handwriting with fluid, connecting letters. Uses vary, but you\u2019ll often see them as accents or titles. You may be familiar with Lucida Handwriting or Mistral.<\/li>\n\n\n\n<li><strong>Display <\/strong>\u2013 Also called decorative fonts, the only similarity among display fonts is their narrow usage as headers. Any unorthodox-looking typeface can be a display font, such as Allegro or Stencil.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How To Change Fonts In WordPress Themes<\/h2>\n\n\n\n<p>A WordPress theme designer can choose a specific desired font for specific areas of a theme. So, how to add font to WordPress? To add or change fonts for a WordPress theme, you&#8217;ll need to identify the CSS script that is rendering text font for that specific area (header, footer, body, etc.)<\/p>\n\n\n\n<p>If you plan to use an entirely new font, you\u2019ll need to do some pre-coding via the @font-face rule. The first thing you\u2019ll need to do is choose a licensed font for web use. Then, you\u2019ll need to upload your chosen font to your server. Finally, you\u2019ll need to define your font family to the top of you style.css. We recommend using a child theme for safety.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><span style=\"color: #808080\">@font-face {font-family: Museo300;<\/span><br><span style=\"color: #808080\"> src: local(&#8216;Museo300-Regular&#8217;),<\/span><br><span style=\"color: #808080\"> url(&#8220;fonts\/Museo300-Regular.ttf&#8221;) format(&#8216;truetype&#8217;);<\/span><br><span style=\"color: #808080\"> font-weight: normal;}<\/span><\/p>\n\n\n\n<p><strong>1. Change The Font Globally<\/strong><\/p>\n\n\n\n<p>A global font change across your theme is as simple as inserting one line of code. Locate your themes editor by clicking on \u2018editor\u2019 under the Appearance tab. At the bottom of the page, you\u2019ll find the theme\u2019s CSS style sheet. This is where fonts are defined.<\/p>\n\n\n\n<p>Stick this line of code on the top of your Stylesheet:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><span style=\"color: #808080\">* {font-family:\u201dName of font\u201d}<\/span><\/p>\n\n\n\n<p><strong>2. Change The Font For Specific Theme Areas<\/strong><\/p>\n\n\n\n<p>More often than not, you\u2019re going to want to have different fonts for different types of font for different areas on your site. However, identifying font areas can be a pain because WordPress themes use font in a variety of different ways. In reality, fonts can be used anywhere.<\/p>\n\n\n\n<p>For the most part, a certain custom font is found in the body of the WordPress website. This is an overarching web font and will be used to determine the base font for fonts within the site that aren&#8217;t defined by a specific tag, class, or div.<\/p>\n\n\n\n<p class=\"has-text-align-center\"><span style=\"color: #808080\">body {font-family: Verdana, Arial, Helvetica, Futura, sans-serif;<\/span><br><span style=\"color: #808080\"> font-size: 1em;<\/span><br><span style=\"color: #808080\"> padding:0;<\/span><br><span style=\"color: #808080\"> margin:0; }<\/span><\/p>\n\n\n\n<p>Fonts within the post content are generally located in the following CSS classes: content. post, entry, and post-entry.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Font Plugins<\/h2>\n\n\n\n<p>If you don&#8217;t characterize yourself as particularly tech-savvy or simply don&#8217;t want to mess with code, using a WordPress plugin to adjust custom font styles is the route for you. The reality is that many people turn to WordPress because coding is alien to them. Within the WordPress plugin directory, there are plenty of free font plugins that can help you get your desired design. Here are a few of our favorites!<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"934\" height=\"301\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2024\/01\/customfonts.png\" alt=\"\" class=\"wp-image-148924\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/customfonts.png 934w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/customfonts-540x174.png 540w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/customfonts-768x248.png 768w\" sizes=\"auto, (max-width: 934px) 100vw, 934px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Custom Fonts<\/h3>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/custom-fonts\/\" target=\"_blank\" rel=\"noreferrer noopener\">Custom fonts<\/a> allows users to upload custom fonts or choose from Google Fonts, hosting them locally for improved performance. <\/p>\n\n\n\n<p>With a 4.5 star rating in the WordPress Plugin Directory and an emphasis on GDPR compliance and customer privacy, the plugin seamlessly integrates with your site to provide comprehensive font control across all pages and posts. It\u2019s user-friendly and completely free for all WordPress site owners.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"910\" height=\"279\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2024\/01\/useanyfont.png\" alt=\"Use Any Font plugin. How To Change Font In WordPress\" class=\"wp-image-148882\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/useanyfont.png 910w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/useanyfont-540x166.png 540w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2024\/01\/useanyfont-768x235.png 768w\" sizes=\"auto, (max-width: 910px) 100vw, 910px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Use Any Font<\/h3>\n\n\n\n<p>With <a href=\"https:\/\/wordpress.org\/plugins\/use-any-font\/\" target=\"_blank\" rel=\"noreferrer noopener\">Use Any Font<\/a> you can use any font that is in the correct format. Literally, any font you find on the web, you can grab it and add it to your site.<\/p>\n\n\n\n<p>The plugin integrates with the editor to highlight any section you want and change the font style right there. You don\u2019t have to choose a master one for your theme but can pick as you write.<\/p>\n\n\n\n<p>If that seems like too much work, there is the option to assign one theme to your entire site and select a different font style for each element. The plugin is free and has over 100,000 active plugins.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">MW Font Changer<\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"509\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2018\/03\/font4.png\" alt=\"mw font changer plugin. How To Change Font In WordPress\" class=\"wp-image-36510\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/03\/font4.png 1600w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/03\/font4-300x95.png 300w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/03\/font4-768x244.png 768w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/03\/font4-1024x326.png 1024w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2018\/03\/font4-1500x477.png 1500w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/parsi-font\/\" target=\"_blank\" rel=\"noreferrer noopener\">MW Font Changer<\/a> allows users to enable a selection of text fonts, characters, and symbols that\u2019s related to the Persian Arabic, and Latin languages. This plugin offers fonts for 30+ languages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How To Change Font Size in WordPress<\/h2>\n\n\n\n<p>In addition to adding a unique web font to your WordPress site, you\u2019ll need to adjust the font size. There are a few ways to increase or decrease font size and text formatting in WordPress. The first method would be to adjust heading sizes. In the visual editor mode, you can see all the available items under the tab called \u201c<em>Paragraph<\/em>\u201d.<\/p>\n\n\n\n<p>The second method for adjusting font size would be to use a plugin. <a href=\"https:\/\/wordpress.org\/plugins\/tinymce-advanced\/\" target=\"_blank\" rel=\"noreferrer noopener\">Tiny MCE Advanced<\/a> will let you add, remove and arrange the buttons that are shown on the <em>Visual Editor<\/em> toolbar. Lastly, you can adjust the font size your theme uses for paragraphs using CSS code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Can You Host Your Own Fonts on WordPress?<\/h2>\n\n\n\n<p>WordPress allows you to use personalized fonts. Whether you purchase a custom font, download a Google font, or design your own, unique typefaces can elevate your WordPress site. Here\u2019s how to create and upload a font.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating a Font<\/h3>\n\n\n\n<p>Font creation is an art, and while the entire font creation process is worthy of an article itself, here are some pointers to help you begin:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start on paper<\/strong> \u2013 We love computers, but sometimes putting pencil to paper works best. Designing on paper gives you more initial control.<\/li>\n\n\n\n<li><strong>Use typography software<\/strong> \u2013 Programs like <a href=\"https:\/\/www.calligraphr.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">Calligrapher<\/a> can take your font from paper to the screen, while free tools like <a href=\"http:\/\/birdfont.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Birdfont<\/a> and <a href=\"https:\/\/fontforge.org\/en-US\/\" target=\"_blank\" rel=\"noreferrer noopener\">FontForge<\/a> help with in-depth editing.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Add Font to WordPress<\/h3>\n\n\n\n<p>Once you have your chosen font, adding it to your WordPress website is easiest with a fonts plugin. For this guide, we\u2019ll use <a href=\"https:\/\/wordpress.org\/plugins\/custom-fonts\/\" target=\"_blank\" rel=\"noreferrer noopener\">Custom Fonts<\/a>.<\/p>\n\n\n\n<p>After installing the plugin, navigate to Appearance &gt; Custom Fonts on your dashboard. From there, you can upload your font as a .woff, .wof2, .ttf, .eot, or .svg file. Click Add New Font, and your custom typeface will show up in your font list.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Optimize Fonts on WordPress<\/h2>\n\n\n\n<p>Custom fonts can slow your site down. These are some tips for optimizing your site:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload multiple file types so that browsers can choose the one that loads fastest.<\/li>\n\n\n\n<li>Host your fonts on a Content Delivery Network (CDN) to increase load speed.<\/li>\n\n\n\n<li>For little-used fonts, add only the necessary characters (not the whole library).<\/li>\n\n\n\n<li>Don\u2019t upload style and weight variations you\u2019re not using.<\/li>\n\n\n\n<li>Take advantage of WordPress caching to reduce page load time.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Get Support For More Common WordPress Questions From WP Engine<\/h2>\n\n\n\n<p>WP Engine is your catalyst for creating and delivering breakthrough digital experiences through high-quality <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">hosting for WordPress sites<\/a>. We offer top-notch support, technology and reliability. For more help on how to extend your site using WordPress and WP Engine, check out our <a href=\"https:\/\/wpengine.com\/resources\/\" target=\"_blank\" rel=\"noreferrer noopener\">Resource Center<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want to add some individualism or branding to your WordPress site? A great way to do that is to change fonts within your theme. However, not all WordPress users are the same. While some users in need of a new font might be comfortable doing it with custom CSS code, others will need a more<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":132047,"template":"","resource-topic":[904,901],"resource-role":[895,896,906,903],"resource-type":[916],"class_list":["post-36501","resource","type-resource","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Change Your Fonts in WordPress | WP Engine\u00ae<\/title>\n<meta name=\"description\" content=\"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site&#039;s fonts in WordPress.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Change Your Fonts in WordPress | WP Engine\u00ae\" \/>\n<meta property=\"og:description\" content=\"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site&#039;s fonts in WordPress.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-02T16:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/04\/shutterstock_2104405502.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/\",\"name\":\"How To Change Your Fonts in WordPress | WP Engine\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2022-04-12T20:45:00+00:00\",\"dateModified\":\"2024-10-02T16:00:00+00:00\",\"description\":\"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site's fonts in WordPress.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/case-studies\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\/\/wpengine.com\/case-studies\/resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How To Change Your Fonts in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\",\"url\":\"https:\/\/wpengine.com\/case-studies\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085\",\"name\":\"WP Engine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"caption\":\"WP Engine\"},\"sameAs\":[\"https:\/\/wpengine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Change Your Fonts in WordPress | WP Engine\u00ae","description":"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site's fonts in WordPress.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"How To Change Your Fonts in WordPress | WP Engine\u00ae","og_description":"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site's fonts in WordPress.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-10-02T16:00:00+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/04\/shutterstock_2104405502.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/","name":"How To Change Your Fonts in WordPress | WP Engine\u00ae","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2022-04-12T20:45:00+00:00","dateModified":"2024-10-02T16:00:00+00:00","description":"Not all WordPress themes make it easy to change your font. Read our guide on how to change your site's fonts in WordPress.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/change-wordpress-font\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/case-studies\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/wpengine.com\/case-studies\/resources\/"},{"@type":"ListItem","position":3,"name":"How To Change Your Fonts in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/case-studies\/#website","url":"https:\/\/wpengine.com\/case-studies\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085","name":"WP Engine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","caption":"WP Engine"},"sameAs":["https:\/\/wpengine.com"]}]}},"acf":[],"grid_image_url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2022\/02\/shutterstock_623530262-1.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Agency, Developer, Entrepreneur, Marketer","topic":"<strong>Topics:<\/strong> Marketing, WordPress","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/36501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/types\/resource"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media\/132047"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=36501"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=36501"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=36501"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=36501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}