Skip to content

What is the default font in jsPsych? #3087

Answered by jodeleeuw
NickWasted asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using the jspsych.css stylesheet then the default font is Open Sans.

/* fonts and type */
.jspsych-display-element {
font-family: "Open Sans", "Arial", sans-serif;
font-size: 18px;
line-height: 1.6em;
}
/* Form elements like input fields and buttons */
.jspsych-display-element input[type="text"] {
font-family: "Open Sans", "Arial", sans-serif;
font-size: 14px;
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jodeleeuw
Comment options

@NickWasted
Comment options

Answer selected by NickWasted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants