/* -----------Font--------- > Uncomment the font-weight to enable San Fransisco Bold > Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/ */ @import url("https://raw.githubusercontent.com/czarhex/SanFranciscoFontCSS/main/SFFont.css"); * { --font-primary: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif; --font-display: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif; --font-headline: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif; --font-code: "SF Mono",mono,monospace; text-rendering: optimizeLegibility; // font-weight: bold; text-transform: none; }