AVID:Requests for Comment/is the bold font too bold: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
Dominicmgm (talk | contribs)
No edit summary
imported>Blad
Line 113: Line 113:
*{{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. [[User:Dominicmgm|Dominicmgm]] ([[User talk:Dominicmgm|talk]]) 09:35, 8 January 2023 (UTC)
*{{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)
*{{oppose}} per above --''[[User:Blad|<span style="font-weight: bold; background:linear-gradient(#ff00ff,#c800c8,purple,#c800c8,#ff00ff);; -webkit-background-clip:text !important; -webkit-text-fill-color:transparent">Blad</span>]]'' ([[User_talk:Blad|talk]] • [[Special:Contributions/Blad|contribs]] • [[mh:meta:Special:CentralAuth/Blad|global]]) 14:11, 8 January 2023 (UTC)

===Comments===
===Comments===



Revision as of 14:11, 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)
  • Oppose per above --Blad (talkcontribsglobal) 14:11, 8 January 2023 (UTC)

Comments

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