{"id":1675,"date":"2025-04-19T09:54:13","date_gmt":"2025-04-19T12:54:13","guid":{"rendered":"https:\/\/blog.galsoft.com.ar\/?p=1675"},"modified":"2025-08-19T08:44:42","modified_gmt":"2025-08-19T11:44:42","slug":"como-tener-un-renderizado-de-fuentes-perfecto-en-gnome-y-kde-plasma","status":"publish","type":"post","link":"https:\/\/blog.galsoft.com.ar\/?p=1675","title":{"rendered":"Como tener un renderizado de fuentes perfecto en Gnome  y  KDE Plasma"},"content":{"rendered":"<h4><strong>ACTUALIZACI\u00d3N<\/strong><\/h4>\n<blockquote>\n<p>podemos instalar el siguiente script para obtener el mismo resultado:<\/p>\n<\/blockquote>\n<p><strong>Instalaci\u00f3n<\/strong>\nDescargue la \u00faltima versi\u00f3n desde <a href=\"https:\/\/github.com\/maximilionus\/lucidglyph\/releases\/latest\">aqu\u00ed<\/a> <em>(Activos &#8211; C\u00f3digo fuente)<\/em> y descompr\u00edmala.<\/p>\n<p>Abra la terminal en el directorio descomprimido.<\/p>\n<p>Ejecute el siguiente comando con permisos elevados:<\/p>\n<pre><code class=\"lang-bash language-bash bash\">sudo .\/lucidglyph.sh install<\/code><\/pre>\n<p><em>Reinicie para aplicar los cambios.<\/em><\/p>\n<p><strong>Desinstalaci\u00f3n<\/strong>\nEjecute el mismo script de la secci\u00f3n Instalar anterior con permisos elevados:<\/p>\n<pre><code class=\"lang-bash language-bash bash\">sudo .\/lucidglyph.sh remove<\/code><\/pre>\n<p><em>Reinicie para aplicar los cambios.<\/em><\/p>\n<hr \/>\n<h4>M\u00e9todo manual<\/h4>\n<p>Verificamos que no exista un archivo .fonts.conf, si es as\u00ed lo borramos.<br>Creamos el archivo <strong>~\/.config\/fontconfig\/fonts.conf<\/strong>\u00a0y le pegamos el siguiente contenido:<\/p>\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex\">\n<p><code>&lt;?xml version=&quot;1.0&quot;?&gt;<\/code><\/p>\n\n<p><code>&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;<\/code><\/p>\n\n<p><code>&lt;fontconfig&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;hinting&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;bool&gt;true&lt;\/bool&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;autohint&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;bool&gt;true&lt;\/bool&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;hintstyle&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;const&gt;hintslight&lt;\/const&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;rgba&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;const&gt;rgb&lt;\/const&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;antialias&quot; &gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;bool&gt;true&lt;\/bool&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;match target=&quot;font&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;edit mode=&quot;assign&quot; name=&quot;lcdfilter&quot;&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;const&gt;lcddefault&lt;\/const&gt;<\/code><\/p>\n\n<p><code>&nbsp;&nbsp;<\/code><code>&lt;\/edit&gt;<\/code><\/p>\n\n<p><code>&nbsp;<\/code><code>&lt;\/match&gt;<\/code><\/p>\n\n<p><code>&lt;\/fontconfig&gt;<\/code><\/p>\n<\/div>\n<p>Reiniciamos y listo!<\/p>\n<p>Fuente: <a href=\"https:\/\/salmorejogeek.com\/2016\/09\/02\/consigue-un-renderizado-de-fuentes-perfecto-en-tu-distro-linux\/\">https:\/\/salmorejogeek.com\/2016\/09\/02\/consigue-un-renderizado-de-fuentes-perfecto-en-tu-distro-linux\/<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>ACTUALIZACI\u00d3N podemos instalar el siguiente script para obtener el mismo resultado: Instalaci\u00f3n Descargue la \u00faltima versi\u00f3n desde aqu\u00ed (Activos &#8211; C\u00f3digo fuente) y descompr\u00edmala. Abra la terminal en el directorio descomprimido. Ejecute el siguiente comando con permisos elevados: sudo .\/lucidglyph.sh install Reinicie para aplicar los cambios. Desinstalaci\u00f3n Ejecute el mismo script de la secci\u00f3n Instalar [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1675","post","type-post","status-publish","format-standard","hentry","category-linux","entry"],"_links":{"self":[{"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/1675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1675"}],"version-history":[{"count":4,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/1675\/revisions"}],"predecessor-version":[{"id":1715,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=\/wp\/v2\/posts\/1675\/revisions\/1715"}],"wp:attachment":[{"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.galsoft.com.ar\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}