<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abdalla</title>
    <description>The latest articles on DEV Community by Abdalla (@abdalla980).</description>
    <link>https://dev.to/abdalla980</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4052324%2F0e48f542-2ab2-46b1-9b56-7209bb63baac.png</url>
      <title>DEV Community: Abdalla</title>
      <link>https://dev.to/abdalla980</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abdalla980"/>
    <language>en</language>
    <item>
      <title>Why I Built LiveFonty: Preview Google Fonts Live on Any Webpage</title>
      <dc:creator>Abdalla</dc:creator>
      <pubDate>Wed, 29 Jul 2026 05:03:04 +0000</pubDate>
      <link>https://dev.to/abdalla980/why-i-built-livefonty-preview-google-fonts-live-on-any-webpage-5f24</link>
      <guid>https://dev.to/abdalla980/why-i-built-livefonty-preview-google-fonts-live-on-any-webpage-5f24</guid>
      <description>&lt;p&gt;Hey DEV community!&lt;/p&gt;

&lt;p&gt;As developers and designers, we have all been there: you are tweaking a layout or working on typography, and you want to test how a specific Google Font looks on your actual webpage. &lt;/p&gt;

&lt;p&gt;The standard workflow usually looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open Google Fonts in a new tab.&lt;/li&gt;
&lt;li&gt;Find a font, grab the link tag or CSS import.&lt;/li&gt;
&lt;li&gt;Paste it into your codebase or browser DevTools.&lt;/li&gt;
&lt;li&gt;Reload, inspect, realize it does not fit, and repeat.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It is slow, repetitive, and breaks your design flow. I wanted a way to instantly swap and preview any Google Font directly on the page I was working on, so I built LiveFonty!&lt;/p&gt;




&lt;p&gt;What is LiveFonty?&lt;/p&gt;

&lt;p&gt;LiveFonty is a lightweight, privacy-focused browser extension that lets you preview Google Fonts on any live webpage in real time.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Font Previews: Select any font from Google Fonts and see it applied instantly to your current view.&lt;/li&gt;
&lt;li&gt;Lightweight and Fast: Applies styles dynamically on the client side without altering your underlying project files.&lt;/li&gt;
&lt;li&gt;100% Privacy-First: The extension does not collect, store, or transmit any browsing history or user data. Everything runs locally on your device.&lt;/li&gt;
&lt;li&gt;Minimal Permissions: Requests only activeTab and scripting permissions - it only runs when you explicitly open the popup.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;How It Works (Manifest V3)&lt;/p&gt;

&lt;p&gt;Building LiveFonty required keeping performance high and permissions minimal:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Dynamic Stylesheet Injection: When you choose a font in the popup, the extension dynamically injects the official stylesheet URL directly from Google Fonts (fonts.googleapis.com) into the page head.&lt;/li&gt;
&lt;li&gt;On-the-Fly CSS Manipulation: It applies the selected font family to the DOM styling cleanly.&lt;/li&gt;
&lt;li&gt;No Background Bloat: The extension does not run background persistent scripts, keeping RAM and CPU usage essentially at zero when not in use.&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Try LiveFonty and Feedback Wanted!&lt;/p&gt;

&lt;p&gt;LiveFonty is live and free to use:&lt;/p&gt;

&lt;p&gt;Official Website: &lt;a href="https://livefonty.de/" rel="noopener noreferrer"&gt;https://livefonty.de/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since this is built for web creators, I would love to hear your feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What font management or design features would improve your workflow?&lt;/li&gt;
&lt;li&gt;Would font pairing suggestions or custom font file uploads be useful?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Enjoying LiveFonty? 🔤&lt;/p&gt;

&lt;p&gt;If it saved you some dev time today, leaving a quick 5-star rating on the Chrome Web Store helps us immensely!&lt;/p&gt;

&lt;p&gt;👉 Leave a Quick Review: &lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/livefonty/ahdfmlobklcldcjfapjpnhdmdncdenhj/reviews?utm_source=item-share-cb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/livefonty/ahdfmlobklcldcjfapjpnhdmdncdenhj/reviews?utm_source=item-share-cb&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3jfza4uvdfv9hxf5hasg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3jfza4uvdfv9hxf5hasg.png" alt=" " width="128" height="128"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ui</category>
      <category>design</category>
      <category>css</category>
    </item>
  </channel>
</rss>
