I would like the Comic Sans MS font throughout my current Project

http://bancomicsans.com/main/
I couldnt believe that my favorite Font was frowned upon, LOL

Thanks @mark , i found this by Googling …

@import url(https://fonts.googleapis.com/css?family=Comic+Sans+MS);

body{
font-family: ‘Comic Sans MS’,serif;
}

I have just pasted that into all my pages, with 100% success, BUT would it still work WITHOUT @import etc . ???

Tim