Avneesh AgarwalforAvneesh Agarwalavneesh0612.hashnode.net·Aug 24, 2021How to use Google Fonts in TailwindCSSWe would like to use some beautiful fonts in our app, so I will teach you how to do that in this article. I am going to use Next.js today but you can use it in any other framework/library or vanilla as well. The procedure is going to be pretty much t...LAND OF MISFITS and 1 other are discussing this2 people are discussing thisDiscuss·98 likes·19.3K readsTailwind CSS
MadzaforMadza's blogmadza.hashnode.net·Apr 19, 20228 Creative Text Animations for Your Website's Hero Area 😍🎉Modern web development is about grabbing the visitors' attention. There are several ways of making your website more eye-catching and engaging. One of the most appealing methods is adding animated hero text to your landing page. In this article I ha...Siyamthanda Maxwell Gxowa and 2 others are discussing this3 people are discussing thisDiscuss·94 likes·6.4K readsWeb Development
sakshya aroraforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·May 25, 2021Adding Custom Fonts (A Complete Guide) - React Native 0.60+Font plays a pivotal role when it comes to building an adequate user interface for an application. In this article, we'll be adding custom fonts to our app in easy steps and we'll be discussing some of the issues and challenges that arise during this...Discuss·72 likes·19.0K readsReact NativeReact Native
DevyanshforDevBytesdevbytes.hashnode.net·Apr 4, 2023CSS Text and FontText and its font in CSS is one of the important aspects for developers. There are various styles that can be used in the text as well as fonts. CSS text: Browser does not define the alignment, transformation and other styles of the text by itself. I...Discussforms
font generatorforFont Generator fontgenerator.hashnode.net·Mar 30, 2023Designing Your Own Font Generator Tool: A Beginner's TutorialAre you tired of using the same old fonts for your projects? Do you want to add some uniqueness and creativity to your designs? If yes, then designing your own font generator tool can be a perfect solution. This tutorial will guide you through the pr...Discussfonts
schriftarten ioforSchriftarten.ioschriftarten.hashnode.net·Mar 22, 2023Schriftarten.io – The Ultimate Font Generator for Your Design ProjectsAre you a graphic designer or web developer looking for the perfect font generator? Look no further than Schriftarten.io! This powerful, online tool lets you generate a huge variety of fonts quickly and easily, all in one place. Read on to learn more...Discussfonts
Ebube NwankwoforEbubedev ebubedev.hashnode.net·Mar 10, 2023Refurbishing your VS Code on Windows.Customizing your code editors may be one step to boosting productivity. At least, so I think. And your choice of font my friend, is one of those customizations. Virtual Studio Code (VS Code) allows you to do so much with customizing. Feels like you c...Discussfonts
William KanforMy Journey as a Developerthe-dog-can-blog.hashnode.net·Mar 7, 2023Setup and Configure Tailwind CSS (and custom fonts) for a Drupal 10 local dev projectMy system install at the time of implementation Node v.19.6.1 and NPM v.9.4.0 Postcss version: "^8.4.21" installed as node module dev dependency Tailwindcss version: "^3.2.7" installed as node module dev dependency Drupal/core-recommended "^v.10....Discuss·63 readsRecording the JourneyDrupal
Aditi SharmaforPeerlistpeerlist.hashnode.net·Mar 6, 2023How To Select Fonts For The Website?Nothing is less or more important when you are creating a beautiful website; every small detail needs attention. However, a few essential parts of the creation get overlooked, for example - the fonts or typeface. Have you noticed how little or no att...Discuss·10 likes·36 readsCareerfonts
shamnad sheriefforshamnadsherief.hashnode.net·Mar 1, 2023Install Microsoft TrueType Core Fonts on LinuxAre you having trouble installing the Microsoft TrueType core fonts on Ubuntu? If so, you're not alone. Many Ubuntu users have encountered issues with the standard method for installing these fonts, which involves downloading them from Microsoft serv...Discuss·33 readsLinux
Vimal NegiforVimal Negi's blogtechkid.hashnode.net·Feb 18, 2023Import fonts from Google...Fonts are very useful in increasing user experience on a web page. They make our web page look more attractive...Fonts present by default are not that much attractive so we can solve this problem by using google Fonts...Google provides more than 1500...Discussfonts
Aryan Prasadforcode-aryan.hashnode.net·Jan 28, 2023CSS- Text./ Font./DisplayList of concepts : Text-color Text-alignment Text-decoration Text-transformation Text-indentation Letter spacing Line height Word spacing List of Concepts ● Font colour: The text's colour can be altered with this property. (Standalone Attri...Discussfonts
Bishal PaudelforBlogsbishal2023.hashnode.net·Jan 28, 2023All about Typography in CSSCascading Style Sheets (CSS) are the pillars of web development. It helps to style the structure of the HTML documents. In CSS text and font are collectively called typography. There are several properties in response to them and we will be covering ...Discuss·59 readsHTML5