You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-regular.woff
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-italic.woff
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-semibold.woff
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-regular.ttf
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-italic.ttf
GET http://localhost:3000/lib/font/source-sans-pro/source-sans-pro-semibold.ttf
Get this error when serving or generating
note: Gemfile with a relative path element.
Is this an issue or is this just backwards compatibility?
(I don't need this to work in anything other than the latest. And it still looks good.)
Also, I'm probably not going to create a style any time soon
When generating I have the following:
12factor $ find . -name \*source-sans-pro\* -type f
./12factor/lib/font/source-sans-pro/source-sans-pro.css
The text was updated successfully, but these errors were encountered:
I suspect these aren't copied "into" the presentation because I only see this single file in the generated presentation: slides/lib/font/source-sans-pro/source-sans-pro.css.
There's a ruby file that represents the manifest of files that should be copied "into" the presentation from reveal.js.
I'd guess it needs to be modified-- I'll take a look shortly. The line in question is right here, and it should probably be changed to include these font files.
I'm getting the following errors in my browser:
Get this error when serving or generating
note: Gemfile with a relative path element.
Seems the files are present:
Is this an issue or is this just backwards compatibility?
(I don't need this to work in anything other than the latest. And it still looks good.)
Also, I'm probably not going to create a style any time soon
When generating I have the following:
The text was updated successfully, but these errors were encountered: