How To Add Webfonts To Tailwindcss

Step -1 import font in CSS file @import url(‘https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap’); Extending fontFamily in tailwind.config.js /* In your tailwind.config.js */ module.exports = { theme: { // Some useful comment fontFamily: { ‘nunito’: [‘nunito’, ‘sans-serif’], ‘MyFont’: [‘”My Font”‘, ‘serif’] // Ensure fonts with spaces have ” ” surrounding it. }, }, variants: { //

Read More »

How to Hide Apps on iPhone – Step By Step Guide

Like Android, you can’t personalize your iPhone’s home page, which indicates you can’t just prevent an application from appearing on the main screen. You may, meanwhile, conceal apps from clear view by placing them within a subfolder on the home screen. You may bury it even deeper within a folder,

Read More »

How to Convert JSON To Excel Offline – Step By Step

If you have content in a JSON format that you would like to export to an Excel spreadsheet. You may use Power Query to transfer it into Excel. Today, this article will describe how to convert JSON to Excel. What is JSON? The acronym JSON stands for JavaScript Object Notation.

Read More »

Spammy Backlink Checker Tools 2021

Getting quality backlinks to your site is a great way to raise your page rank and get more visibility in search results. One way to get better backlinks is to check out your competition and see where they are getting their links. You can easily find out what backlinks your competition

Read More »

How To Write CSS Only For Internet Explorer 11?

The Internet Explorer team revamped developer tools in version 11 of the browser, completely updating its design and features and adding performance tools for Responsiveness and Memory, as well as a new Emulation tool that lets you see your site on various screen sizes and Internet Explorer versions.   Internet Explorer

Read More »
No data found.