netizenorg / netnet.studio

netnet.studio is a hypermedia higherEd cyberspace for fully realizing the Web’s creative potential.
https://netnet.studio
GNU General Public License v3.0
29 stars 8 forks source link

update custom font example (AFTER refactor merge) #234

Closed nbriz closed 9 months ago

nbriz commented 1 year ago

@jonchambers

we're in the process of refactoring the code base && realized that we're likely gonna break ur example. on line 6 of the "custom fonts" example, this line:

    src: url(css/fonts/cyberdyne.ttf);

will need to be changed to this:

    src: url(fonts/cyberdyne.ttf);

we'll need to do this after Sarah + i merge the refactor branch we're working on into the dev branch, but i'm making an issue for it now so we don't forget :)

nbriz commented 9 months ago

updated in v3.0