Enqueue CSS on custom posts’ backend area

Just use the Page-ID class e.g. 123 and use plugin like Custom CSS. There you do:

.page-id-123 { 

font-size: 100px; }

You may need to add a class as well if you want to style a certain object.