| Server IP : 157.230.181.24 / Your IP : 216.73.217.11 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/maxons/public/sass/_partials/ |
Upload File : |
/*_typography.scss*/
html {
font-size: 100%;
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
body {
font-family: 'Nunito Sans', sans-serif;
font-weight: 400;
margin: 0;
padding: 0;
position: relative;
// bold 700
// semi-bold 600
// regular 400
// extra-bold 800
// black 900
-webkit-transition: all 250ms ease-out;
-ms-transition: all 250ms ease-in;
-o-transition: all 250ms ease-in;
-moz-transition: all 250ms ease-in;
transition: all 250ms ease-out;
} // body
} // html
@include links;