pugjs(jade) template engine loading css file
try: link(rel='stylesheet', href='/stylesheets/style.css')
I think you need to include the relationship. Try
link(rel='stylesheet', href='my.css')
You need to add the type:
link(rel='stylesheet', href='my.css', type='text/css' )