Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [Font Name] #7324

Closed
9 tasks
mariassucena opened this issue Feb 23, 2024 · 0 comments
Closed
9 tasks

Add [Font Name] #7324

mariassucena opened this issue Feb 23, 2024 · 0 comments
Labels
I New Font II Submission pending proposal for non-commissioned fonts suggested in the issue tracker

Comments

@mariassucena
Copy link

Font Project Git Repo URL:

Super short description of the Font Family:

Requirements:

Google Fonts will publish only fonts that match its requirements. Please familiarize yourself with the complete documentation in the Google Fonts Guide (GF-Guide) and ensure your font project complies with them before submitting the font family. You can also use the Google Fonts Project Template, which will help you create a repository that follows the needed structure and includes build requirements.

By filling this issue, you can confirm the project meets the requirements (by ticking the cases or putting x between the square brackets in text mode):

  • I read, agree, and comply with the full contributing requirements
  • The entire font project is licensed under the OFL
  • There is no "Reserved Font Name" mention in the OFL license
  • Family name is unique according to namecheck.fontdata.com
  • The font supports at least GF Latin Core glyphset
  • The repository respect the upstream repo structure
  • The source files are available in the repository
  • I am the author of the font, or the author agreed to this submission
  • I will maintain the repository and participate in the onboarding process (addressing, solving, and responding to issues, merging pull requests, etc)

Image:

Attach here a pic or a screenshot of the font. One image is enough, it can be a few letters, to give a quick overview.

var hats20Files = [
'https://www.google.com/insights/consumersurveys/gk/static/hats-integration-
release.js'
// Callout to the HaTs 2.0 library to show a survey after all files are loaded.
var numLoadedFiles = 0;
function showSurvey () {
numLoadedFiles++;
if (numLoadedFiles == hats20Files.length) {
var sc = window._402 &&_402. sc;
hatsStub.GCSHatsUrl =
' https://www.google.com/insights/consumersurveys/gk/prompt';
hatsstub. showsurvey("7kf4wbtnoxwq45c3yg2xereddi", 'en-US', sc,
{' fetch_google_token': false});
// Load all components of the Hat2.0 library.
hats20Files. forEach(function(url) {
var fileType = url.split('.').pop();
if (fileType = 'js') {
var js = document.createElement('script');
var noncedScript = document. querySelector ('script [nonce]');
if (noncedScript) {
js. setAttribute( 'nonce', noncedScript['nonce'] ||
noncedScript.getAttribute('nonce'));
}
js. type = 'text/javascript';
js.charset = 'utf-8';
js.async = true;
js.src = url;
js.addEventListener ('load', showSurvey); document.head.appendChild(JS;
} else if (fileType = 'css') {
var css = document.createElement ("link");
css. setAttribute("rel"
css. setAttribute ("hree, reXt/css) ;
, url);
css.onload = showSurvey;
document.head.appendChild(css);

}) ;

@mariassucena mariassucena added I New Font II Submission pending proposal for non-commissioned fonts suggested in the issue tracker labels Feb 23, 2024
@mariassucena mariassucena closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I New Font II Submission pending proposal for non-commissioned fonts suggested in the issue tracker
Projects
None yet
Development

No branches or pull requests

1 participant