{"id":838,"date":"2010-06-07T20:29:09","date_gmt":"2010-06-07T14:59:09","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=838"},"modified":"2010-06-30T14:14:54","modified_gmt":"2010-06-30T08:44:54","slug":"accessing-remote-fonts-on-clients-system-by-font-face","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/","title":{"rendered":"Accessing remote fonts on  Client&#8217;s system by @font-face"},"content":{"rendered":"<p><code>@font-face <\/code>allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts.<br \/>\n<strong><br \/>\nWe Use it<\/strong><br \/>\nI.We choose\u00a0 font and\u00a0 we have right now. First of all\u00a0 font format generate four another format as like(ttf, eot,otf,svg,woff)<\/p>\n<p>and upload server where we access.<\/p>\n<p>II. Create  in css This <strong>Syntex<\/strong><\/p>\n<blockquote>\n<pre lang=\"groovy\">@font-face {\r\nfont-family: 'PalatinoRegular';\r\n src: url('palatino-webfont.eot');\r\n src: local('Palatino'), local('Palatino'),\r\nurl('palatino-webfont.woff') format('woff'),\r\nurl('palatino-webfont.ttf') format('truetype'),\r\n url('palatino-webfont.svg#webfontoXFrZcNP') format('svg');\r\nfont-weight: normal;\r\nfont-style: normal;\r\n}<\/pre>\n<\/blockquote>\n<p>III. We acces in html page as class or Id and define body tag font-family<\/p>\n<h3>Values<\/h3>\n<p>&lt;a-remote-font-name&gt;<\/p>\n<p>Specifies a font name that will be used as font face value for font properties.<\/p>\n<p>&lt;source&gt;<\/p>\n<p>URL for the remote font file location, or the name of a font on the user&#8217;s computer in the form <code>local(\"Font Name\")<\/code>.<\/p>\n<p>&lt;weight&gt;<\/p>\n<p>A Font-weight value.<\/p>\n<p>You can specify a font on the user&#8217;s local computer by name using the <code>local()<\/code> syntax. If that font isn&#8217;t found, other sources will be tried until one is found.<strong><br \/>\nNote:<\/strong> When not avaible font local machine . This time\u00a0 @font- face download fonts in browser temporary download font and display text<\/p>\n<h3>Supported font formats<\/h3>\n<ul>\n<li>Internet      Explorer (all versions): EOT<\/li>\n<li>Safari      (3.2+): TTF \/ OTF<\/li>\n<li>iPhone      (3.1) SVG<\/li>\n<li>Chrome      (all versions): SVG (TTF\/OTF added 25th Jan 2010)<\/li>\n<li>Firefox      (3.5+): TTF\/OTF (.WOFF added 3.6)<\/li>\n<li>Opera      (10+) TTF\/OTF<\/li>\n<\/ul>\n<h3>Browser compatibility<\/h3>\n<table border=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>Browser<\/td>\n<td>Lowest version<\/td>\n<td>Support of<\/td>\n<\/tr>\n<tr>\n<td>Internet Explorer<\/td>\n<td><strong>4.0<\/strong><\/td>\n<td>Embedded OpenType fonts only<\/td>\n<\/tr>\n<tr>\n<td rowspan=\"2\">Firefox (Gecko)<\/td>\n<td><strong>3.5<\/strong> (1.9.1)<\/td>\n<td>TrueType and OpenType fonts only<\/td>\n<\/tr>\n<tr>\n<td><strong>3.6<\/strong> (1.9.2)<\/td>\n<td>Web Open Font Format (WOFF)<\/td>\n<\/tr>\n<tr>\n<td>Opera<\/td>\n<td><strong>10.0<\/strong><\/td>\n<td>TrueType and OpenType fonts only<\/td>\n<\/tr>\n<tr>\n<td>Safari (WebKit)<\/td>\n<td><strong>3.1<\/strong> (525)<\/td>\n<td>TrueType and OpenType fonts only<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>## Umar Pahat##<br \/>\n<a>umar@intelligrape.com<\/a><br \/>\n<a>www.IntelliGrape.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose\u00a0 font and\u00a0 we have right now. First of all\u00a0 font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":20,"footnotes":""},"categories":[1],"tags":[245,24,255],"class_list":["post-838","post","type-post","status-publish","format-standard","hentry","category-technology","tag-css","tag-internet-explorer","tag-safari"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Umar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#article\",\"name\":\"Accessing remote fonts on Client\\u2019s system by @font-face | TO THE NEW Blog\",\"headline\":\"Accessing remote fonts on  Client&#8217;s system by @font-face\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-06-07T20:29:09+05:30\",\"dateModified\":\"2010-06-30T14:14:54+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#webpage\"},\"articleSection\":\"Technology, css, internet explorer, Safari.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#listItem\",\"name\":\"Accessing remote fonts on  Client&#8217;s system by @font-face\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#listItem\",\"position\":3,\"name\":\"Accessing remote fonts on  Client&#8217;s system by @font-face\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/\",\"name\":\"Umar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Umar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/\",\"name\":\"Accessing remote fonts on Client\\u2019s system by @font-face | TO THE NEW Blog\",\"description\":\"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/accessing-remote-fonts-on-clients-system-by-font-face\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/umar\\\/#author\"},\"datePublished\":\"2010-06-07T20:29:09+05:30\",\"dateModified\":\"2010-06-30T14:14:54+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog","description":"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css","canonical_url":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#article","name":"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog","headline":"Accessing remote fonts on  Client&#8217;s system by @font-face","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/umar\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"datePublished":"2010-06-07T20:29:09+05:30","dateModified":"2010-06-30T14:14:54+05:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#webpage"},"articleSection":"Technology, css, internet explorer, Safari."},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.today\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#listItem","name":"Accessing remote fonts on  Client&#8217;s system by @font-face"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#listItem","position":3,"name":"Accessing remote fonts on  Client&#8217;s system by @font-face","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/umar\/#author","url":"https:\/\/2thenew.today\/blog\/author\/umar\/","name":"Umar","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1af3e1b09bea6a0bd4d1bbf4ff4a2fa0596c2ddbb67b3a28a8b8803738d855e7?s=96&d=mm&r=g","width":96,"height":96,"caption":"Umar"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#webpage","url":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/","name":"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog","description":"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/umar\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/umar\/#author"},"datePublished":"2010-06-07T20:29:09+05:30","dateModified":"2010-06-30T14:14:54+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog","og:description":"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css","og:url":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Accessing remote fonts on Client\u2019s system by @font-face | TO THE NEW Blog","twitter:description":"@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts. We Use it I.We choose font and we have right now. First of all font format generate four another format as like(ttf, eot,otf,svg,woff) and upload server where we access. II. Create in css","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"838","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 01:50:19","updated":"2024-02-29 08:44:23","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAccessing remote fonts on  Client\u2019s system by @font-face\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"Technology","link":"https:\/\/2thenew.today\/blog\/category\/technology\/"},{"label":"Accessing remote fonts on  Client&#8217;s system by @font-face","link":"https:\/\/2thenew.today\/blog\/accessing-remote-fonts-on-clients-system-by-font-face\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=838"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/838\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}