tailwind.config.js constdefaultTheme=require('tailwindcss/defaultTheme')module.exports={theme:{extend:{fontFamily:{'sans':['"Proxima Nova"',...defaultTheme.fontFamily.sans],},}}} You can also customize the default font used in your project byadding a custom base stylethat sets thefont-fami...
[refact/#32]: 메모영역 color 수정 … 1a9fb3f AnChanUng added a commit that referenced this issue Nov 13, 2024 [refact/#32]: tailwind.config bold 크기 적용 … 84a6d13 cbj0010 closed this as completed in #33 Nov 13, 2024 cbj0010 added a commit that referenced...
.font-sans font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; .font-serif font-family: Georgia, Cambria, "Times New Roman...
Select the fonts on your website and create global rules for users to use the plugin. Many parameters help adjust font height and width, weight, background color, outline, and shadow effect. Transform options for capitalization, font styles, and decoration options are available. And if you wan...
[\n \'~/assets/css/tailwind.css\',\n \'@fortawesome/fontawesome-svg-core/styles.css\'\n ],\n postcss: {\n plugins: {\n tailwindcss: {},\n autoprefixer: {}\n }\n },\n colorMode: {\n classSuffix: \'\'\n },\n headlessui: {\n prefix: \'\'\n },\n plugins: [\...
color: props.textColor ?? LABEL_STYLES[requirementMet ? "transparent" : "danger"].textColour, 9 changes: 4 additions & 5 deletions 9 src/features/auth/Auth.tsx Original file line numberDiff line numberDiff line change @@ -25,6 +25,7 @@ import { CONFIG } from "lib/config"; import...
Create comprehensive Font Style sets in a snap. Select any text element, activate the plugin, and witness a complete and polished Font Style collection instantly crafted from the chosen font. The default Font scale is Tailwind-inspired, but it's fully cu
keep font-size in proportion with its containers size font responsive jkroso •2.0.0•8 years ago•4dependents•MITpublished version2.0.0,8 years ago4dependentslicensed under $MIT 2,826 tailwindcss-base-font-size A Tailwind CSS plugin to set the base font size in proportion to Tailwind...
Use a shorthand text property in CSS postcss css postcss-plugin texts color font-style font-variant font-weight font-stretch text-decoration text-align text-rendering text-transform white-space View more jonathantneal •1.1.0•9 years ago•1dependents•CC0-1.0published version1.1.0,9 yea...
Keep in mind that we use a custom preset, meaning that our Tailwind equivalents should follow the same structure as what is outlined in Tailwind docs, but the actual names and applied values might differ. For example, all our utilities use the gl- prefix, we use a custom color palette ...