Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 19:18:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 261104] new handbook website format, multiple problems
Message-ID:  <bug-261104-9-AUPx4sMht4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261104-9@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261104

--- Comment #7 from Bob Frazier <bobf@mrp3.com> ---
(In reply to Graham Perrin from comment #4)

thanks, I made a reference to that bug.  also those discussion pages that
others have posted are interesting too (I am having a look at those as well)

If the use of specialty UTF-8 characters is the best way to go, the solution
very well might be the use of various font parameters in the style sheet.

example style stuff:

@charset "UTF-8";

/* default font */
@font-face
{
 font-family: TheHandbookFont;
 src: url(the-handbook-font.woff);
}
fa-pencil-square-o
{
  font-family: 'TheHandbookFont';
}

(or similar)

people more knowledgeable about style sheets might have better ways, but this
would probably work (changing font family name and URL as needed)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261104-9-AUPx4sMht4>