{"id":1261,"date":"2024-08-01T17:23:57","date_gmt":"2024-08-01T15:23:57","guid":{"rendered":"https:\/\/blog.sutilweb.eu\/?page_id=1261"},"modified":"2024-08-01T17:27:00","modified_gmt":"2024-08-01T15:27:00","slug":"24-grandes-combinaciones-de-fuentes-css","status":"publish","type":"page","link":"https:\/\/sutilweb.eu\/index.php\/lenguajes\/css3\/css3-basico\/24-grandes-combinaciones-de-fuentes-css\/","title":{"rendered":"24. Grandes combinaciones de fuentes CSS"},"content":{"rendered":"\n<p>Las grandes combinaciones de fuentes son esenciales para un gran dise\u00f1o.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Reglas de emparejamiento de fuentes<\/h2>\n\n\n\n<p>Aqu\u00ed hay algunas reglas b\u00e1sicas para crear excelentes combinaciones de fuentes:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Complementarse<\/h3>\n\n\n\n<p>Siempre es seguro encontrar combinaciones de fuentes que se complementen entre s\u00ed.&nbsp;Una gran combinaci\u00f3n de fuentes debe armonizar, sin ser demasiado similar o demasiado diferente.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Usar superfamilias de fuentes<\/h3>\n\n\n\n<p>Una superfamilia de fuentes es un conjunto de fuentes dise\u00f1adas para funcionar bien juntas. Por lo tanto, usar diferentes fuentes dentro de la misma superfamilia es seguro.<\/p>\n\n\n\n<p>Por ejemplo, la superfamilia <strong><em>Lucida<\/em><\/strong> contiene las siguientes fuentes: <strong><em>Lucida Sans<\/em><\/strong>, <strong><em>Lucida Serif<\/em><\/strong>, <strong><em>Lucida Typewriter Sans<\/em><\/strong>, <strong><em>Lucida Typewriter Serif<\/em><\/strong> y <strong><em>Lucida Math<\/em><\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. El contraste es el rey<\/h3>\n\n\n\n<p>Dos fuentes que son demasiado similares a menudo entran en conflicto. Sin embargo, los contrastes, hechos de la manera correcta, sacan lo mejor de cada fuente.&nbsp;Ejemplo: Combinar <strong><em>serif<\/em><\/strong> con <strong><em>sans serif<\/em><\/strong> es una combinaci\u00f3n bien conocida.&nbsp;Una superfamilia fuerte incluye variaciones <strong><em>serif<\/em><\/strong> y <strong><em>sans serif<\/em><\/strong> de la misma fuente (por ejemplo, <strong><em>Lucida<\/em><\/strong> y <strong><em>Lucida Sans<\/em><\/strong>).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Elige un s\u00f3lo jefe<\/h3>\n\n\n\n<p>Una fuente debe ser el jefe. Esto establece una jerarqu\u00eda para las fuentes en su p\u00e1gina. Esto se puede lograr variando el tama\u00f1o, el peso y el color.<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">body {\n&nbsp; background-color: black;\n&nbsp; font-family: Verdana, sans-serif;\n&nbsp; font-size: 16px;\n&nbsp; color: gray; \n}\n\nh1 {\n&nbsp; font-family: Georgia, serif;\n&nbsp; font-size: 60px;\n&nbsp; color: white;\n}<\/pre>\n\n\n\n<p>A continuaci\u00f3n, mostramos algunas combinaciones de fuentes populares que se adaptar\u00e1n a muchas marcas y contextos.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Georgia y Verdana<\/h2>\n\n\n\n<p>Georgia y Verdana es una combinaci\u00f3n cl\u00e1sica. Tambi\u00e9n cumple con los est\u00e1ndares de fuentes seguras para la web:<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;style><br>      body {<br>        font-family: Verdana, sans-serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: Georgia, serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>  &lt;body><br>    &lt;h1>Beautiful Norway&lt;\/h1><br><br>    &lt;p><br>      Norway has a total area of 385,252 square kilometers and a population of<br>      5,438,657 (December 2020). Norway is bordered by Sweden, Finland and<br>      Russia to the north-east, and the Skagerrak to the south, with Denmark on<br>      the other side.<br>    &lt;\/p><br><br>    &lt;p><br>      Norway has beautiful mountains, glaciers and stunning fjords. Oslo, the<br>      capital, is a city of green spaces and museums. Bergen, with colorful<br>      wooden houses, is the starting point for cruises to the dramatic<br>      Sognefjord. Norway is also known for fishing, hiking and skiing.<br>    &lt;\/p><br>  &lt;\/body><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Helvetica y Garamond<\/h2>\n\n\n\n<p><strong><em>Helvetica<\/em><\/strong> y <strong><em>Garamond<\/em><\/strong> son otra combinaci\u00f3n cl\u00e1sica que usa fuentes web seguras.<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;style><br>      body {<br>        font-family: Garamond, serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: Helvetica, sans-serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>  &lt;body><br>    &lt;h1>Beautiful Norway&lt;\/h1><br><br>    &lt;p><br>      Norway has a total area of 385,252 square kilometers and a population of<br>      5,438,657 (December 2020). Norway is bordered by Sweden, Finland and<br>      Russia to the north-east, and the Skagerrak to the south, with Denmark on<br>      the other side.<br>    &lt;\/p><br><br>    &lt;p><br>      Norway has beautiful mountains, glaciers and stunning fjords. Oslo, the<br>      capital, is a city of green spaces and museums. Bergen, with colorful<br>      wooden houses, is the starting point for cruises to the dramatic<br>      Sognefjord. Norway is also known for fishing, hiking and skiing.<br>    &lt;\/p><br>  &lt;\/body><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Emparejamientos populares de fuentes de Google<\/h2>\n\n\n\n<p>Si no deseas utilizar fuentes est\u00e1ndar en HTML, puedes utilizar <strong>Google Fonts<\/strong>.&nbsp;<strong>Google Fonts<\/strong> es de uso gratuito y tiene m\u00e1s de 1000 fuentes para elegir.&nbsp;A continuaci\u00f3n se muestran algunos emparejamientos populares de fuentes web de Google.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Merriweather y Open Sans<\/h2>\n\n\n\n<p>Use la fuente <strong><em>Merriweather<\/em><\/strong>&nbsp;para los encabezados y <strong><em>Open Sans<\/em><\/strong> para el texto:<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;link<br>      rel=\"stylesheet\"<br>      href=\"https:\/\/fonts.googleapis.com\/css?family=Merriweather|Open+Sans\"<br>    \/><br>    &lt;style><br>      body {<br>        font-family: \"Open Sans\", sans-serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: Merriweather, serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>  &lt;body><br>    &lt;h1>Beautiful Norway&lt;\/h1><br><br>    &lt;p><br>      Norway has a total area of 385,252 square kilometers and a population of<br>      5,438,657 (December 2020). Norway is bordered by Sweden, Finland and<br>      Russia to the north-east, and the Skagerrak to the south, with Denmark on<br>      the other side.<br>    &lt;\/p><br><br>    &lt;p><br>      Norway has beautiful mountains, glaciers and stunning fjords. Oslo, the<br>      capital, is a city of green spaces and museums. Bergen, with colorful<br>      wooden houses, is the starting point for cruises to the dramatic<br>      Sognefjord. Norway is also known for fishing, hiking and skiing.<br>    &lt;\/p><br>  &lt;\/body><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Ubuntu y Lora<\/h2>\n\n\n\n<p>Usa <strong><em>Ubuntu<\/em><\/strong> para los encabezados y <strong><em>Lora<\/em><\/strong> para el texto<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;link<br>      rel=\"stylesheet\"<br>      href=\"https:\/\/fonts.googleapis.com\/css?family=Ubuntu|Lora\"<br>    \/><br>    &lt;style><br>      body {<br>        font-family: Lora, serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: Ubuntu, sans-serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>  &lt;body><br>    &lt;h1>Beautiful Norway&lt;\/h1><br><br>    &lt;p><br>      Norway has a total area of 385,252 square kilometers and a population of<br>      5,438,657 (December 2020). Norway is bordered by Sweden, Finland and<br>      Russia to the north-east, and the Skagerrak to the south, with Denmark on<br>      the other side.<br>    &lt;\/p><br><br>    &lt;p><br>      Norway has beautiful mountains, glaciers and stunning fjords. Oslo, the<br>      capital, is a city of green spaces and museums. Bergen, with colorful<br>      wooden houses, is the starting point for cruises to the dramatic<br>      Sognefjord. Norway is also known for fishing, hiking and skiing.<br>    &lt;\/p><br>  &lt;\/body><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Abril Fatface y Poppins<\/h2>\n\n\n\n<p>Utilice la fuente <strong><em>Abril Fatface<\/em><\/strong> para los encabezados y <strong><em>Poppins<\/em><\/strong> para el texto.<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;link<br>      rel=\"stylesheet\"<br>      href=\"https:\/\/fonts.googleapis.com\/css?family=Abril+Fatface|Poppins\"<br>    \/><br>    &lt;style><br>      body {<br>        font-family: Poppins, sans-serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: \"Abril Fatface\", serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>  &lt;body><br>    &lt;h1>Beautiful Norway&lt;\/h1><br><br>    &lt;p><br>      Norway has a total area of 385,252 square kilometers and a population of<br>      5,438,657 (December 2020). Norway is bordered by Sweden, Finland and<br>      Russia to the north-east, and the Skagerrak to the south, with Denmark on<br>      the other side.<br>    &lt;\/p><br><br>    &lt;p><br>      Norway has beautiful mountains, glaciers and stunning fjords. Oslo, the<br>      capital, is a city of green spaces and museums. Bergen, with colorful<br>      wooden houses, is the starting point for cruises to the dramatic<br>      Sognefjord. Norway is also known for fishing, hiking and skiing.<br>    &lt;\/p><br>  &lt;\/body><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Cinzel y Fauna One<\/h2>\n\n\n\n<p>Usa la fuente <strong><em>Cinzel<\/em><\/strong> para encabezados y <strong><em>Fauna One<\/em><\/strong> para texto<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html><br>&lt;html><br>  &lt;head><br>    &lt;link<br>      rel=\"stylesheet\"<br>      href=\"https:\/\/fonts.googleapis.com\/css?family=Cinzel|Fauna+One\"<br>    \/><br>    &lt;style><br>      body {<br>        font-family: \"Fauna One\", serif;<br>        font-size: 16px;<br>      }<br><br>      h1 {<br>        font-family: Cinzel, serif;<br>        font-size: 46px;<br>      }<br>    &lt;\/style><br>  &lt;\/head><br>&lt;\/html><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Fjalla One y Libre Baskerville<\/h2>\n\n\n\n<p>Utiliza <strong><em>Fjalla One<\/em><\/strong> para encabezados y <strong><em>Libre Baskerville<\/em><\/strong> para texto.<\/p>\n\n\n\n<p><strong>Ejm<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;link<br>  rel=\"stylesheet\"<br>  href=\"https:\/\/fonts.googleapis.com\/css?family=Fjalla+One|Libre+Baskerville\"<br>\/><br>&lt;style><br>  body {<br>    font-family: \"Libre Baskerville\", serif;<br>    font-size: 16px;<br>  }<br><br>  h1 {<br>    font-family: \"Fjalla One\", sans-serif;<br>    font-size: 46px;<br>  }<br>&lt;\/style><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Space Mono y Muli<\/h2>\n\n\n\n<p>Utiliza <strong><em>Space Mono<\/em><\/strong> para encabezados y <strong><em>Muli<\/em><\/strong> para el texto.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Spectral y Rubik<\/h2>\n\n\n\n<p>Utiliza <strong><em>Spectral<\/em><\/strong> para los encabezados y <strong><em>Rubik<\/em><\/strong> para el texto.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Oswald y Noto Sans<\/h2>\n\n\n\n<p>Utiliza <strong><em>Oswald<\/em><\/strong> para los encabezados y <strong><em>Noto Sans<\/em><\/strong> para el texto.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Las grandes combinaciones de fuentes son esenciales para un gran dise\u00f1o.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":563,"menu_order":23,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1261","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Sutil Web","author_link":"https:\/\/sutilweb.eu\/index.php\/author\/sutilweb\/"},"uagb_comment_info":0,"uagb_excerpt":"Las grandes combinaciones de fuentes son esenciales para un gran dise\u00f1o.","_links":{"self":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/comments?post=1261"}],"version-history":[{"count":3,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1261\/revisions"}],"predecessor-version":[{"id":1265,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/1261\/revisions\/1265"}],"up":[{"embeddable":true,"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/pages\/563"}],"wp:attachment":[{"href":"https:\/\/sutilweb.eu\/index.php\/wp-json\/wp\/v2\/media?parent=1261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}