CINXE.COM
About Us – Nice Fonts
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>About Us – Nice Fonts</title> <meta name="description" content="Information about who we are and why we got started."/> <link rel="preload" href="/logo.png" as="image"/> <link rel="preload" href="us.jpg" as="image"/> <link rel="preload" as="font" href="/assets/fonts/inter-v3-latin-regular.woff2" type="font/woff2" crossorigin=""/> <link rel="preload" as="font" href="/assets/fonts/inter-v3-latin-600.woff2" type="font/woff2" crossorigin=""/> <link href="/assets/css/theme-saas-trend.css" rel="stylesheet" type="text/css" media="all"/> <link rel="canonical" href="https://nicefonts.com/about/"/> <link rel="shortcut icon" href="/favicon.png"/> </head> <body> <div class="navbar-container bg-primary"> <nav class="navbar navbar-expand-lg navbar-dark bg-primary" data-sticky="top"> <div class="container"> <a class="navbar-brand" href="/"> <img width="140px" height="45px" src="/logo.png" alt="Nice Fonts"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false" aria-label="Toggle navigation"> <svg class="icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 17C3 17.5523 3.44772 18 4 18H20C20.5523 18 21 17.5523 21 17V17C21 16.4477 20.5523 16 20 16H4C3.44772 16 3 16.4477 3 17V17ZM3 12C3 12.5523 3.44772 13 4 13H20C20.5523 13 21 12.5523 21 12V12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12V12ZM4 6C3.44772 6 3 6.44772 3 7V7C3 7.55228 3.44772 8 4 8H20C20.5523 8 21 7.55228 21 7V7C21 6.44772 20.5523 6 20 6H4Z" fill="#212529" /> </svg> </button> <div class="collapse navbar-collapse justify-content-end"> <div class="py-2 py-lg-0"> <ul class="navbar-nav"> <li class="nav-item"> <a href="/" class="nav-link">Home</a> </li> <li class="nav-item"> <a href="/typefaces/" class="nav-link">Fonts</a> </li> <li class="nav-item"> <a href="/deals/" class="nav-link">Deals</a> </li> <li class="nav-item"> <a href="/website-font-checker/" class="nav-link">Website Font Checker</a> </li> <li class="nav-item"> <a href="/contact/" class="nav-link">Contact</a> </li> </ul> </div> </div> </div> </nav> </div> <section class="bg-primary text-light o-hidden"> <div class="container"> <div class="row align-items-center mt-2"> <div class="col-lg-6 text-center text-lg-left mt-3 mb-md-0"> <h1 class="display-4">About our company</h1> <div class="my-2"> <p class="lead">We think our startup story is a bit better than most companies, but who knows! Maybe we're biased?</p> </div> </div> <div class="col-lg-6 text-center text-lg-left mt-3 mb-md-0"> <div class="row justify-content-center"> <div class="col-xl-9 col-lg-10"> <div class="card card-icon-1 card-body justify-content-between shadow-3d"> <div id="funding"> <p class="h3 text-purple">How we're funded</p> <p class="lead text-purple">Some of the links on our website are links to affiliated partners. When you buy a product or service from them we may earn a small commission on the sale.</p> </div> </div> </div> </div> </div> </div> </div> </section> <section class="p-6"> <div class="container"> <div class="row align-items-center justify-content-around"> <div class="col-md-5 col-xl-6 mb-4 mb-md-0"> <img src="us.jpg" alt="The founders of Nice Fonts" class="rounded"> </div> <div class="col-md-7 col-xl-6"> <div class="row justify-content-center"> <div class="col-xl-8 col-lg-10"> <div class="my-3"> <span class="h2 text-purple">You found us!</span> </div> <p class="lead text-purple">We're a team of two that have lived together in Singapore, <a href="https://seejapan.co.uk" title="See Japan">Japan</a> and have now settled down in England, within a quiet coastal town of Cumbria known as Whitehaven.</p> <p class="lead text-purple mb-2">One day whilst Mitch was hard at work he complimented a font on a website by saying:</p> <p class="lead text-purple mb-2">"That's a nice font"</p> <p class="lead text-purple">This is where our company name originated from as well as how our obsession with fonts began. It also became our tagline! Nice Fonts was founded on 24th January 2021 by <a href="mitchell-robson/">Mitchell Robson</a>.</p> </div> </div> </div> </div> </div> </section> <footer class="p-3 bg-primary text-light"> <div class="container"> <div class="row justify-content-center text-center"> <div class="col-xl-10"> <small class="text-white">© 2021 Nice Fonts // <a href="/about/">About</a> // <a href="/privacy-notice/">Privacy Notice</a></small> </div> </div> </div> </footer> <script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/bootstrap.js"></script> </body> </html>