AVID:Requests for Comment/Fix the bold text problem: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
Created page with "I saw the code for the font face here, but it looks like there has been a problem. The logo remained not bold or a bit bold whenever you make the text bold. I suggest that the following code: <pre> @font-face { font-family: 'AVID Sans Bold'; src: url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf'); } </pre> should be changed to: <pre> @font-face { font-family: 'AVID Sans'; font-weight: bold; src: url('https://..."
 
imported>Zdrmonster
Line 40: Line 40:


== Abstain ==
== Abstain ==
{{Abstain}} This seems like a technical problem, I'm not sure why you should solve it in a RfC. --[[User:Zdrmonster|Zdrmonster]] ([[User talk:Zdrmonster|talk]]) 03:31, 10 December 2022 (UTC)


== Comments ==
== Comments ==

Revision as of 03:31, 10 December 2022

I saw the code for the font face here, but it looks like there has been a problem. The logo remained not bold or a bit bold whenever you make the text bold. I suggest that the following code:

@font-face {
    font-family: 'AVID Sans Bold';
    src: url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf');
}

should be changed to:

@font-face {
    font-family: 'AVID Sans';
    font-weight: bold;
    src: url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf');
}

and that

classname {
    font-family: 'AVID Sans Bold';
}

should be changed to:

classname {
    font-family: 'AVID Sans';
    font-weight: bold;
}

Support

Oppose

Abstain

 Abstain This seems like a technical problem, I'm not sure why you should solve it in a RfC. --Zdrmonster (talk) 03:31, 10 December 2022 (UTC)

Comments

Cookies help us deliver our services. By using our services, you agree to our use of cookies.