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
imported>MirahezeGDPR 88da7cb7afcc9101e0b4087ac452ce79
No edit summary
 
(8 intermediate revisions by 7 users not shown)
Line 1:
{{archive top|Speedy closing as '''invalid''', as minor issues like this can be addressed on the forums. ''[[User:Logohub|<span style="font-size: 120%;"><span style="font-family:'serif';">Logohub</span></span>]]'' ([[User talk:Logohub|talk]]) 16:18, 8 January 2023 (UTC)}}
== keep? less bold text? ==
 
if the '''bold font''' is not '''too bold''', we will keep it. however, it if it is, we have to make it less '''bold'''.
 
===Support===
Line 7 ⟶ 8:
 
===Abstain===
Maybe we should change this:
<pre>
/* 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 {
===Oppose===
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;
}
</pre>
to this:
<pre>
/* 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 {
===Comments===
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';
}
</pre>
and even this:
<pre>
.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;
}
</pre>
to this:
<pre>
.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;
}
</pre>
(latter also removes letter spacing)
[[User:PokeRapMonster|PokeRapMonster]] ([[User talk:PokeRapMonster|talk]]) 09:12, 8 January 2023 (UTC)
 
===Oppose===
*{{Oppose}} It's just right. [[File:T807sig.png|50px|link=User:Trevor807]] '''·''' '''[[User talk:Trevor807|Talk]]''' '''·''' '''[[Special:Contributions/Trevor807|Edits]]''' 21:28, 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 '''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===
 
{{Archive bottom}}
[[Category:Requests for Comment]]

Latest revision as of 16:18, 8 January 2023


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