I tried to "matcherate" it, but no exact matches were found: https://www.fontsquirrel.com/matcherator?token=2a94w5xuglc2o7ll
Hi there yankee, it is a Google font. Here is a little example code for you to examine... <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1"> <title>Google "Nanum Brush Script" font</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script" media="screen"> <style media="screen"> body { background-color: #f9f9f9; font: 100% / 162% BlinkMacSystemFont, -apple-system, 'Segoe UI', roboto, helvetica, arial, sans-serif; } h1 { font-family: 'Nanum Brush Script'; font-size: 2.5em; font-weight: normal; text-align: center; } </style> </head> <body> <h1>Metta Health Care</h1> </body> </html> Code (markup): coothead