{"id":754,"date":"2020-08-09T20:01:56","date_gmt":"2020-08-10T02:01:56","guid":{"rendered":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754"},"modified":"2020-08-09T20:01:57","modified_gmt":"2020-08-10T02:01:57","slug":"tipografia","status":"publish","type":"page","link":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754","title":{"rendered":"Tipograf\u00eda"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"global-settings\">Global settings<\/h2>\n\n\n\n<p>Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the&nbsp;<a href=\"https:\/\/getbootstrap.com\/docs\/4.0\/utilities\/text\/\">textual utility classes<\/a>.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Use a&nbsp;<a href=\"https:\/\/getbootstrap.com\/docs\/4.0\/content\/reboot\/#native-font-stack\">native font stack<\/a>&nbsp;that selects the best&nbsp;<code>font-family<\/code>&nbsp;for each OS and device.<\/li><li>For a more inclusive and accessible type scale, we assume the browser default root&nbsp;<code>font-size<\/code>&nbsp;(typically 16px) so visitors can customize their browser defaults as needed.<\/li><li>Use the&nbsp;<code>$font-family-base<\/code>,&nbsp;<code>$font-size-base<\/code>, and&nbsp;<code>$line-height-base<\/code>&nbsp;attributes as our typographic base applied to the&nbsp;<code>&lt;body&gt;<\/code>.<\/li><li>Set the global link color via&nbsp;<code>$link-color<\/code>&nbsp;and apply link underlines only on&nbsp;<code>:hover<\/code>.<\/li><li>Use&nbsp;<code>$body-bg<\/code>&nbsp;to set a&nbsp;<code>background-color<\/code>&nbsp;on the&nbsp;<code>&lt;body&gt;<\/code>&nbsp;(<code>#fff<\/code>&nbsp;by default).<\/li><\/ul>\n\n\n\n<p>These styles can be found within&nbsp;<code>_reboot.scss<\/code>, and the global variables are defined in&nbsp;<code>_variables.scss<\/code>. Make sure to set&nbsp;<code>$font-size-base<\/code>&nbsp;in&nbsp;<code>rem<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"headings\">Headings<\/h2>\n\n\n\n<p>All HTML headings,&nbsp;<code>&lt;h1&gt;<\/code>&nbsp;through&nbsp;<code>&lt;h6&gt;<\/code>, are available.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Heading<\/th><th>Example<\/th><\/tr><\/thead><tbody><tr><td><code>&lt;h1&gt;&lt;\/h1&gt;<\/code><\/td><td>h1. Bootstrap heading<\/td><\/tr><tr><td><code>&lt;h2&gt;&lt;\/h2&gt;<\/code><\/td><td>h2. Bootstrap heading<\/td><\/tr><tr><td><code>&lt;h3&gt;&lt;\/h3&gt;<\/code><\/td><td>h3. Bootstrap heading<\/td><\/tr><tr><td><code>&lt;h4&gt;&lt;\/h4&gt;<\/code><\/td><td>h4. Bootstrap heading<\/td><\/tr><tr><td><code>&lt;h5&gt;&lt;\/h5&gt;<\/code><\/td><td>h5. Bootstrap heading<\/td><\/tr><tr><td><code>&lt;h6&gt;&lt;\/h6&gt;<\/code><\/td><td>h6. Bootstrap heading<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1>h1. Bootstrap heading&lt;\/h1>\n&lt;h2>h2. Bootstrap heading&lt;\/h2>\n&lt;h3>h3. Bootstrap heading&lt;\/h3>\n&lt;h4>h4. Bootstrap heading&lt;\/h4>\n&lt;h5>h5. Bootstrap heading&lt;\/h5>\n&lt;h6>h6. Bootstrap heading&lt;\/h6><\/code><\/pre>\n\n\n\n<p><code>.h1<\/code>&nbsp;through&nbsp;<code>.h6<\/code>&nbsp;classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.<\/p>\n\n\n\n<p>h1. Bootstrap heading<\/p>\n\n\n\n<p>h2. Bootstrap heading<\/p>\n\n\n\n<p>h3. Bootstrap heading<\/p>\n\n\n\n<p>h4. Bootstrap heading<\/p>\n\n\n\n<p>h5. Bootstrap heading<\/p>\n\n\n\n<p>h6. Bootstrap headingCopy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p class=\"h1\">h1. Bootstrap heading&lt;\/p>\n&lt;p class=\"h2\">h2. Bootstrap heading&lt;\/p>\n&lt;p class=\"h3\">h3. Bootstrap heading&lt;\/p>\n&lt;p class=\"h4\">h4. Bootstrap heading&lt;\/p>\n&lt;p class=\"h5\">h5. Bootstrap heading&lt;\/p>\n&lt;p class=\"h6\">h6. Bootstrap heading&lt;\/p><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"customizing-headings\">Customizing headings<\/h3>\n\n\n\n<p>Use the included utility classes to recreate the small secondary heading text from Bootstrap 3.Fancy display heading&nbsp;<small>With faded secondary text<\/small>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h3>\n  Fancy display heading\n  &lt;small class=\"text-muted\">With faded secondary text&lt;\/small>\n&lt;\/h3><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"display-headings\">Display headings<\/h2>\n\n\n\n<p>Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a&nbsp;<strong>display heading<\/strong>\u2014a larger, slightly more opinionated heading style.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Display 1<\/td><\/tr><tr><td>Display 2<\/td><\/tr><tr><td>Display 3<\/td><\/tr><tr><td>Display 4<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1 class=\"display-1\">Display 1&lt;\/h1>\n&lt;h1 class=\"display-2\">Display 2&lt;\/h1>\n&lt;h1 class=\"display-3\">Display 3&lt;\/h1>\n&lt;h1 class=\"display-4\">Display 4&lt;\/h1><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lead\">Lead<\/h2>\n\n\n\n<p>Make a paragraph stand out by adding&nbsp;<code>.lead<\/code>.<\/p>\n\n\n\n<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p class=\"lead\">\n  Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.\n&lt;\/p><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"inline-text-elements\">Inline text elements<\/h2>\n\n\n\n<p>Styling for common inline HTML5 elements.<\/p>\n\n\n\n<p>You can use the mark tag to&nbsp;<mark>highlight<\/mark>&nbsp;text.<\/p>\n\n\n\n<p><del>This line of text is meant to be treated as deleted text.<\/del><\/p>\n\n\n\n<p><s>This line of text is meant to be treated as no longer accurate.<\/s><\/p>\n\n\n\n<p><ins>This line of text is meant to be treated as an addition to the document.<\/ins><\/p>\n\n\n\n<p>This line of text will render as underlined<\/p>\n\n\n\n<p><small>This line of text is meant to be treated as fine print.<\/small><\/p>\n\n\n\n<p><strong>This line rendered as bold text.<\/strong><\/p>\n\n\n\n<p><em>This line rendered as italicized text.<\/em>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p>You can use the mark tag to &lt;mark>highlight&lt;\/mark> text.&lt;\/p>\n&lt;p>&lt;del>This line of text is meant to be treated as deleted text.&lt;\/del>&lt;\/p>\n&lt;p>&lt;s>This line of text is meant to be treated as no longer accurate.&lt;\/s>&lt;\/p>\n&lt;p>&lt;ins>This line of text is meant to be treated as an addition to the document.&lt;\/ins>&lt;\/p>\n&lt;p>&lt;u>This line of text will render as underlined&lt;\/u>&lt;\/p>\n&lt;p>&lt;small>This line of text is meant to be treated as fine print.&lt;\/small>&lt;\/p>\n&lt;p>&lt;strong>This line rendered as bold text.&lt;\/strong>&lt;\/p>\n&lt;p>&lt;em>This line rendered as italicized text.&lt;\/em>&lt;\/p><\/code><\/pre>\n\n\n\n<p><code>.mark<\/code>&nbsp;and&nbsp;<code>.small<\/code>&nbsp;classes are also available to apply the same styles as&nbsp;<code>&lt;mark&gt;<\/code>&nbsp;and&nbsp;<code>&lt;small&gt;<\/code>&nbsp;while avoiding any unwanted semantic implications that the tags would bring.<\/p>\n\n\n\n<p>While not shown above, feel free to use&nbsp;<code>&lt;b&gt;<\/code>&nbsp;and&nbsp;<code>&lt;i&gt;<\/code>&nbsp;in HTML5.&nbsp;<code>&lt;b&gt;<\/code>&nbsp;is meant to highlight words or phrases without conveying additional importance while&nbsp;<code>&lt;i&gt;<\/code>&nbsp;is mostly for voice, technical terms, etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"text-utilities\">Text utilities<\/h2>\n\n\n\n<p>Change text alignment, transform, style, weight, and color with our&nbsp;<a href=\"https:\/\/getbootstrap.com\/docs\/4.0\/utilities\/text\/\">text utilities<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/getbootstrap.com\/docs\/4.0\/utilities\/colors\/\">color utilities<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"abbreviations\">Abbreviations<\/h2>\n\n\n\n<p>Stylized implementation of HTML\u2019s&nbsp;<code>&lt;abbr&gt;<\/code>&nbsp;element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.<\/p>\n\n\n\n<p>Add&nbsp;<code>.initialism<\/code>&nbsp;to an abbreviation for a slightly smaller font-size.<\/p>\n\n\n\n<p>attr<\/p>\n\n\n\n<p>HTMLCopy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p>&lt;abbr title=\"attribute\">attr&lt;\/abbr>&lt;\/p>\n&lt;p>&lt;abbr title=\"HyperText Markup Language\" class=\"initialism\">HTML&lt;\/abbr>&lt;\/p><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"blockquotes\">Blockquotes<\/h2>\n\n\n\n<p>For quoting blocks of content from another source within your document. Wrap&nbsp;<code>&lt;blockquote class=\"blockquote\"&gt;<\/code>&nbsp;around any&nbsp;HTML&nbsp;as the quote.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p><\/blockquote>\n\n\n\n<p>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;blockquote class=\"blockquote\">\n  &lt;p class=\"mb-0\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p>\n&lt;\/blockquote><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"naming-a-source\">Naming a source<\/h3>\n\n\n\n<p>Add a&nbsp;<code>&lt;footer class=\"blockquote-footer\"&gt;<\/code>&nbsp;for identifying the source. Wrap the name of the source work in&nbsp;<code>&lt;cite&gt;<\/code>.<\/p>\n\n\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.Someone famous in&nbsp;Source TitleCopy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;blockquote class=\"blockquote\">\n  &lt;p class=\"mb-0\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p>\n  &lt;footer class=\"blockquote-footer\">Someone famous in &lt;cite title=\"Source Title\">Source Title&lt;\/cite>&lt;\/footer>\n&lt;\/blockquote><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"alignment\">Alignment<\/h3>\n\n\n\n<p>Use text utilities as needed to change the alignment of your blockquote.<\/p>\n\n\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.Someone famous in&nbsp;Source TitleCopy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;blockquote class=\"blockquote text-center\">\n  &lt;p class=\"mb-0\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p>\n  &lt;footer class=\"blockquote-footer\">Someone famous in &lt;cite title=\"Source Title\">Source Title&lt;\/cite>&lt;\/footer>\n&lt;\/blockquote><\/code><\/pre>\n\n\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.Someone famous in&nbsp;Source TitleCopy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;blockquote class=\"blockquote text-right\">\n  &lt;p class=\"mb-0\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p>\n  &lt;footer class=\"blockquote-footer\">Someone famous in &lt;cite title=\"Source Title\">Source Title&lt;\/cite>&lt;\/footer>\n&lt;\/blockquote><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lists\">Lists<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"unstyled\">Unstyled<\/h3>\n\n\n\n<p>Remove the default&nbsp;<code>list-style<\/code>&nbsp;and left margin on list items (immediate children only).&nbsp;<strong>This only applies to immediate children list items<\/strong>, meaning you will need to add the class for any nested lists as well.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Lorem ipsum dolor sit amet<\/li><li>Consectetur adipiscing elit<\/li><li>Integer molestie lorem at massa<\/li><li>Facilisis in pretium nisl aliquet<\/li><li>Nulla volutpat aliquam velit<ul><li>Phasellus iaculis neque<\/li><li>Purus sodales ultricies<\/li><li>Vestibulum laoreet porttitor sem<\/li><li>Ac tristique libero volutpat at<\/li><\/ul><\/li><li>Faucibus porta lacus fringilla vel<\/li><li>Aenean sit amet erat nunc<\/li><li>Eget porttitor lorem<\/li><\/ul>\n\n\n\n<p>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;ul class=\"list-unstyled\">\n  &lt;li>Lorem ipsum dolor sit amet&lt;\/li>\n  &lt;li>Consectetur adipiscing elit&lt;\/li>\n  &lt;li>Integer molestie lorem at massa&lt;\/li>\n  &lt;li>Facilisis in pretium nisl aliquet&lt;\/li>\n  &lt;li>Nulla volutpat aliquam velit\n    &lt;ul>\n      &lt;li>Phasellus iaculis neque&lt;\/li>\n      &lt;li>Purus sodales ultricies&lt;\/li>\n      &lt;li>Vestibulum laoreet porttitor sem&lt;\/li>\n      &lt;li>Ac tristique libero volutpat at&lt;\/li>\n    &lt;\/ul>\n  &lt;\/li>\n  &lt;li>Faucibus porta lacus fringilla vel&lt;\/li>\n  &lt;li>Aenean sit amet erat nunc&lt;\/li>\n  &lt;li>Eget porttitor lorem&lt;\/li>\n&lt;\/ul><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"inline\">Inline<\/h3>\n\n\n\n<p>Remove a list\u2019s bullets and apply some light&nbsp;<code>margin<\/code>&nbsp;with a combination of two classes,&nbsp;<code>.list-inline<\/code>&nbsp;and&nbsp;<code>.list-inline-item<\/code>.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Lorem ipsum<\/li><li>Phasellus iaculis<\/li><li>Nulla volutpat<\/li><\/ul>\n\n\n\n<p>Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;ul class=\"list-inline\">\n  &lt;li class=\"list-inline-item\">Lorem ipsum&lt;\/li>\n  &lt;li class=\"list-inline-item\">Phasellus iaculis&lt;\/li>\n  &lt;li class=\"list-inline-item\">Nulla volutpat&lt;\/li>\n&lt;\/ul><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"description-list-alignment\">Description list alignment<\/h3>\n\n\n\n<p>Align terms and descriptions horizontally by using our grid system\u2019s predefined classes (or semantic mixins). For longer terms, you can optionally add a&nbsp;<code>.text-truncate<\/code>&nbsp;class to truncate the text with an ellipsis.Description listsA description list is perfect for defining terms.Euismod<\/p>\n\n\n\n<p>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/p>\n\n\n\n<p>Donec id elit non mi porta gravida at eget metus.Malesuada portaEtiam porta sem malesuada magna mollis euismod.Truncated term is truncatedFusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.NestingNested definition listAenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;dl class=\"row\">\n  &lt;dt class=\"col-sm-3\">Description lists&lt;\/dt>\n  &lt;dd class=\"col-sm-9\">A description list is perfect for defining terms.&lt;\/dd>\n\n  &lt;dt class=\"col-sm-3\">Euismod&lt;\/dt>\n  &lt;dd class=\"col-sm-9\">\n    &lt;p>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.&lt;\/p>\n    &lt;p>Donec id elit non mi porta gravida at eget metus.&lt;\/p>\n  &lt;\/dd>\n\n  &lt;dt class=\"col-sm-3\">Malesuada porta&lt;\/dt>\n  &lt;dd class=\"col-sm-9\">Etiam porta sem malesuada magna mollis euismod.&lt;\/dd>\n\n  &lt;dt class=\"col-sm-3 text-truncate\">Truncated term is truncated&lt;\/dt>\n  &lt;dd class=\"col-sm-9\">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.&lt;\/dd>\n\n  &lt;dt class=\"col-sm-3\">Nesting&lt;\/dt>\n  &lt;dd class=\"col-sm-9\">\n    &lt;dl class=\"row\">\n      &lt;dt class=\"col-sm-4\">Nested definition list&lt;\/dt>\n      &lt;dd class=\"col-sm-8\">Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.&lt;\/dd>\n    &lt;\/dl>\n  &lt;\/dd>\n&lt;\/dl><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"responsive-typography\">Responsive typography<\/h2>\n\n\n\n<p><em>Responsive typography<\/em>&nbsp;refers to scaling text and components by simply adjusting the root element\u2019s&nbsp;<code>font-size<\/code>&nbsp;within a series of media queries. Bootstrap doesn\u2019t do this for you, but it\u2019s fairly easy to add if you need it.<\/p>\n\n\n\n<p>Here\u2019s an example of it in practice. Choose whatever&nbsp;<code>font-size<\/code>s and media queries you wish.Copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>html {\n  font-size: 1rem;\n}\n\n@include media-breakpoint-up(sm) {\n  html {\n    font-size: 1.2rem;\n  }\n}\n\n@include media-breakpoint-up(md) {\n  html {\n    font-size: 1.4rem;\n  }\n}\n\n@include media-breakpoint-up(lg) {\n  html {\n    font-size: 1.6rem;\n  }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<div class=\"parrafos-blancos-letranegra\"><p>Global settings Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the&nbsp;textual utility classes. Use a&nbsp;native font stack&nbsp;that selects the best&nbsp;font-family&nbsp;for each OS [&hellip;]<\/p>\n<\/div>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-754","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador\" \/>\n<meta property=\"og:description\" content=\"Global settings Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the&nbsp;textual utility classes. Use a&nbsp;native font stack&nbsp;that selects the best&nbsp;font-family&nbsp;for each OS [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754\" \/>\n<meta property=\"og:site_name\" content=\"Servicio de Guardacostas de la Marina Nacional de El Salvador\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-10T02:01:57+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754\",\"url\":\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754\",\"name\":\"Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador\",\"isPartOf\":{\"@id\":\"https:\/\/serviciodeguardacostas.mil.sv\/#website\"},\"datePublished\":\"2020-08-10T02:01:56+00:00\",\"dateModified\":\"2020-08-10T02:01:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/serviciodeguardacostas.mil.sv\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tipograf\u00eda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/serviciodeguardacostas.mil.sv\/#website\",\"url\":\"https:\/\/serviciodeguardacostas.mil.sv\/\",\"name\":\"Servicio de Guardacostas de la Marina Nacional de El Salvador\",\"description\":\"Guardacostas\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/serviciodeguardacostas.mil.sv\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754","og_locale":"es_ES","og_type":"article","og_title":"Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador","og_description":"Global settings Bootstrap sets basic global display, typography, and link styles. When more control is needed, check out the&nbsp;textual utility classes. Use a&nbsp;native font stack&nbsp;that selects the best&nbsp;font-family&nbsp;for each OS [&hellip;]","og_url":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754","og_site_name":"Servicio de Guardacostas de la Marina Nacional de El Salvador","article_modified_time":"2020-08-10T02:01:57+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"9 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754","url":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754","name":"Tipograf\u00eda - Servicio de Guardacostas de la Marina Nacional de El Salvador","isPartOf":{"@id":"https:\/\/serviciodeguardacostas.mil.sv\/#website"},"datePublished":"2020-08-10T02:01:56+00:00","dateModified":"2020-08-10T02:01:57+00:00","breadcrumb":{"@id":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/serviciodeguardacostas.mil.sv\/?page_id=754#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/serviciodeguardacostas.mil.sv\/"},{"@type":"ListItem","position":2,"name":"Tipograf\u00eda"}]},{"@type":"WebSite","@id":"https:\/\/serviciodeguardacostas.mil.sv\/#website","url":"https:\/\/serviciodeguardacostas.mil.sv\/","name":"Servicio de Guardacostas de la Marina Nacional de El Salvador","description":"Guardacostas","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serviciodeguardacostas.mil.sv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/pages\/754"}],"collection":[{"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=754"}],"version-history":[{"count":2,"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/pages\/754\/revisions"}],"predecessor-version":[{"id":756,"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=\/wp\/v2\/pages\/754\/revisions\/756"}],"wp:attachment":[{"href":"https:\/\/serviciodeguardacostas.mil.sv\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}