Anish GandhiforNo Code with Anishanishgandhi.com路Nov 7, 2024How to add custom fonts in bubble.io?Why use Custom Fonts? Typography plays a crucial role in application development, influencing an app's user interface and user experience. While bubble.io provides many font options, sometimes your project needs a specific style not found in their li...62 readsFont integration
Subham Rawatsubham123.hashnode.dev路Sep 6, 2024Adding Custom Fonts in React Native馃挕 simple steps to follow Download Fonts: Go to a font site like Google Fonts, pick a font (e.g., "Briem Hand"), and download it. Rename Files: After extracting the zip file, rename the font file to match its full name, like "Briem Hand.ttf". Ad...custom fonts
Nwokporo Chukwuebukacodedaddy.hashnode.dev路Feb 19, 2024Enhancing Your React Native App: A Guide to Custom FontsIntroduction 馃憢馃徔馃憢馃徔馃憢馃徔 Welcome to this interesting series on "Enhancing Your React Native App." 馃帀馃帀. In the last article, we saw what was needed for a developer interested in building mobile apps using React Native. We also saw that React Native ...12 likes路133 readsReact Nativecustom-fonts-in-react-native
Kumar Ashish Ranjantechjourneyer.hashnode.dev路Jul 31, 2023Add and Use Custom Fonts in Next.jsHow to Add and Use Custom Fonts in Next.js To enhance the appearance of your Next.js project, you can add custom fonts from external sources like dafont.com. Follow these steps to download, install, and use custom fonts in your Next.js project: Step...1 like路64 readsNext.js
Robert Mawusi Kpodomawusikpodo.hashnode.dev路Jul 1, 2023How to install custom fonts in your react native applicationSearch for the desired font. You can find some at fonts.google.com Download the package and install it on your local machine Create an assets folder in the root of your React native application Create a fonts folder inside the assets folder and mo...React Native
suryahtml-article.hashnode.dev路May 22, 2023Add Custom Fonts to tailwindcssGo here https://fonts.google.com/ and copy link tags of whatever font you want. Add those links to the index.html file <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossori...41 readsTailwind CSS