From: <car...@us...> - 2025-02-19 18:42:29
|
Revision: 11147 http://sourceforge.net/p/phpwiki/code/11147 Author: carstenklapp Date: 2025-02-19 18:42:18 +0000 (Wed, 19 Feb 2025) Log Message: ----------- Moved fonts to subfolder Modified Paths: -------------- trunk/themes/SpaceWiki/SpaceWiki.css Added Paths: ----------- trunk/themes/SpaceWiki/fonts/ trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 Removed Paths: ------------- trunk/themes/SpaceWiki/Antonio-Bold.woff trunk/themes/SpaceWiki/Antonio-Bold.woff2 trunk/themes/SpaceWiki/Antonio-Regular.woff trunk/themes/SpaceWiki/Antonio-Regular.woff2 Deleted: trunk/themes/SpaceWiki/Antonio-Bold.woff =================================================================== (Binary files differ) Deleted: trunk/themes/SpaceWiki/Antonio-Bold.woff2 =================================================================== (Binary files differ) Deleted: trunk/themes/SpaceWiki/Antonio-Regular.woff =================================================================== (Binary files differ) Deleted: trunk/themes/SpaceWiki/Antonio-Regular.woff2 =================================================================== (Binary files differ) Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2025-02-19 16:48:08 UTC (rev 11146) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2025-02-19 18:42:18 UTC (rev 11147) @@ -27,8 +27,8 @@ font-family: 'Antonio'; font-weight: bold; font-weight: 700; - src: url('Antonio-Bold.woff2') format('woff2'), - url('Antonio-Bold.woff') format('woff') + src: url('fonts/Antonio-Bold.woff2') format('woff2'), + url('fonts/Antonio-Bold.woff') format('woff') } */ @font-face { @@ -35,8 +35,8 @@ font-family: 'Antonio'; font-weight: normal; font-weight: 400; - src: url('Antonio-Regular.woff2') format('woff2'), - url('Antonio-Regular.woff') format('woff'); + src: url('fonts/Antonio-Regular.woff2') format('woff2'), + url('fonts/Antonio-Regular.woff') format('woff'); } body { Added: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff =================================================================== (Binary files differ) Index: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff =================================================================== --- trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff 2025-02-19 16:48:08 UTC (rev 11146) +++ trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff 2025-02-19 18:42:18 UTC (rev 11147) Property changes on: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 =================================================================== (Binary files differ) Index: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 =================================================================== --- trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 2025-02-19 16:48:08 UTC (rev 11146) +++ trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 2025-02-19 18:42:18 UTC (rev 11147) Property changes on: trunk/themes/SpaceWiki/fonts/Antonio-Bold.woff2 ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff =================================================================== (Binary files differ) Index: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff =================================================================== --- trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff 2025-02-19 16:48:08 UTC (rev 11146) +++ trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff 2025-02-19 18:42:18 UTC (rev 11147) Property changes on: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 =================================================================== (Binary files differ) Index: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 =================================================================== --- trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 2025-02-19 16:48:08 UTC (rev 11146) +++ trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 2025-02-19 18:42:18 UTC (rev 11147) Property changes on: trunk/themes/SpaceWiki/fonts/Antonio-Regular.woff2 ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |