Audiovisual Identity Database:Requests for Comment/is the bold font too bold: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content added Content deleted
No edit summary
No edit summary
Line 112: Line 112:
*{{Oppose}} Fine in my book. [[User:IAmThe789Guy|IAmThe789Guy]] ([[User talk:IAmThe789Guy|talk]]) 22:16, 7 January 2023 (UTC)
*{{Oppose}} Fine in my book. [[User:IAmThe789Guy|IAmThe789Guy]] ([[User talk:IAmThe789Guy|talk]]) 22:16, 7 January 2023 (UTC)
*{{Oppose|Strongest}} and requesting '''speedy closure''' on this RFC, as per Agent's comments in the discord about how these should be reserved for major reform, not minor "fix this" issues. [[File:Eternity Media Group Wordmark.png|100px|link=User:MinistrycraftEntertainment]] (name change coming soon) 06:09, 8 January 2023 (UTC)
*{{Oppose|Strongest}} and requesting '''speedy closure''' on this RFC, as per Agent's comments in the discord about how these should be reserved for major reform, not minor "fix this" issues. [[File:Eternity Media Group Wordmark.png|100px|link=User:MinistrycraftEntertainment]] (name change coming soon) 06:09, 8 January 2023 (UTC)
*{{Oppose|Strongest}} and '''speedy close''' per Ministrycraft. In addition, the font looks fine to me.
*{{Oppose|Strongest}} and '''speedy close''' per Ministrycraft. In addition, the font looks fine to me. [[User:Dominicmgm|Dominicmgm]] ([[User talk:Dominicmgm|talk]]) 09:35, 8 January 2023 (UTC)
===Comments===
===Comments===



Revision as of 09:35, 8 January 2023

keep? less bold text?

if the bold font is not too bold, we will keep it. however, if it is, we have to make it less bold.

Support

Abstain

Maybe we should change this:

/* Define typefaces.*/
@font-face {
    font-family: 'AVID Sans';
    src: url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf');
}

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

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

to this:

/* Define typefaces.*/
@font-face {
    font-family: 'AVID Sans';
    src: url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf');
}

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

@font-face {
    font-family: 'AVID Sans';
    font-weight: normal;
    src: url('https://static.miraheze.org/avidwiki/9/9e/AVID_Sans_Book.ttf');
}
.classname {
    font-family: 'AVID Sans';
}

and even this:

.mw-body-content {
    font-family: 'AVID Sans Book';
    letter-spacing: 0.7px;
}

.mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, .wikipediauserbox {
	font-family: 'AVID Sans Book' !important;
}

to this:

.mw-body-content {
    font-family: 'AVID Sans';
}

.mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, .wikipediauserbox {
	font-family: 'AVID Sans' !important;
}

(latter also removes letter spacing) PokeRapMonster (talk) 09:12, 8 January 2023 (UTC)

Oppose

  • Oppose It's just right. · Talk · Edits 21:28, 7 January 2023 (UTC)
  • Oppose Fine in my book. IAmThe789Guy (talk) 22:16, 7 January 2023 (UTC)
  • Oppose and requesting speedy closure on this RFC, as per Agent's comments in the discord about how these should be reserved for major reform, not minor "fix this" issues. (name change coming soon) 06:09, 8 January 2023 (UTC)
  • Oppose and speedy close per Ministrycraft. In addition, the font looks fine to me. Dominicmgm (talk) 09:35, 8 January 2023 (UTC)

Comments

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