The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Non standard Fonts
#3
yojoe Wrote:
Timbow Wrote:I want to use an odd font for a design I am working on. There seem to be several ways of incorporating fonts into a page - google web fonts or embedding a woff file. Are there other methods? Which is the best way? Any issues with GS?

Basically you'd wish to use all available font-faces, not only .woff displayed only in gecko based browsers Wink
Google fonts, and fontsquirrel provide complete code to embed custom fonts on your website (css, instructions etcetera)
You can also store all fonts-face files on your own web location.
And of course custom fonts work on websites based on GS without problems. It's not a matter of CMS.

Thanks. I have read up on it now and got a fine Arts & Crafts style font embedded.

It seems font embedding suffers from the same issues that the rest of the mess which is HTML5 suffers from - in that you have to upload Four different font files for all the different browsers. What a waste of everybody's time and effort.

When I look at HTML5 I feel like I am entering a crazy looking-glass land of petulance and illogicality. the manual I have says that if I want a box shadow I should enter the following in my css to cover all the browsers
Code:
-webkit-box-shadow: 2px 5px 0 0 rgba(72,72,72,1);
-moz-box-shadow: 2px 5px 0 0 rgba(72,72,72,1);
box-shadow: 2px 5px 0 0 rgba(72,72,72,1);
But the code is the same for each one! WTF?
Reply


Messages In This Thread
Non standard Fonts - by Timbow - 2012-06-07, 00:42:18
Non standard Fonts - by yojoe - 2012-06-07, 08:40:17
Non standard Fonts - by Timbow - 2012-06-07, 18:28:19
Non standard Fonts - by leenm - 2012-06-08, 17:12:20
Non standard Fonts - by Angryboy - 2012-06-10, 06:19:20



Users browsing this thread: 1 Guest(s)