In a project I work on, I need to generate a one page HTML file which contains everything inside it (JavaScript code, CSS, Images, etc.). So, there should be no outside references.
I am also planning to use Bootstrap but I am not sure if it is possible to embed font files inside HTML just like CSS.
Any idea?