Tailwind-Regular Category Font Family Designer Foundry Sample Article Tool Upload Identify Font Font Mall + Follow No information
tailwind.config.cjs: /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: { fontFamily: { heliosbold: ["HeliosBold", "sans-serif"], helios: ["Helios", "sans-serif"], }, }, }, plugins: [], }; ...
hi i just installed new laravel project with jetstream and for some reason tailwind css is not working this is the error in get in my notifictaion and yes node is enabled in the project i checked ```Tailwind CSS: Tailwind CSS: require() of ES Module /mnt/DevOps/devops/B...
The Tailwindcss intellisense is not working in my project. I suspect the problem is the tailwind config file, currently my config file is written in typescript whereas the extension supports config file in javascript. In case I change the config file to javascript the intellisense starts working...
But using this class is not changing the color of the text or the background of the div. Please, tell me how to solve this problem? Thanks in advance. For your kind information, I can usecustom color classesby writing them in thetailwind.config.jsin the following manner: ...
The tailwind classes which are already in my html are working but I cannot add new ones. I don't understand where this came from. If I desete JIT everythings work as exepted but hot reload with webpack dev server is so long. Tailwind config: const colors = require('tailwindcss/colors...
fontsLoaded) return null; return ( <View className="flex-1 items-center justify-center h-full w-full"> <Text style={{ fontFamily: 'JosefinSans_500Medium', fontSize: 20}}>This work fine</Text> <Text className="font-josefin text-xl mt-2">This is not working</Text> <StatusBar style...
Added Font Family Variables 13 Feb 2024 Added 30 Avatar Images Added Cursor Components Added Max Width Grids Added Transparent Colour Variable 9 Feb 2024 Fixed Opacity Variables Values Added Border Radius and Opacity Visuals 17 Jan 2024 Scoped variables to specific properties to allow you to limit ...
This preset uses Lato v1, Noto Sans Arabic and Noto Sans Hebrew in the default font-family, but the fonts are not bundled with this package. You must load them yourself. e.g. Using Google Fonts @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900...
Add the Inter font family We've used Inter for all of the Tailwind Plus examples because it's a beautiful font for UI design and is completely open-source and free. Using a custom font is nice because it allows us to make the components look the same on all browsers and operating syste...