Display Quizlet flashcards with the Octophonics font.
Quizlet Octophonics by contextualist
Details
Authorcontextualist
LicenseNo License
CategoryQuizlet
Created
Updated
Size660 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name QuizletOctophonics
@namespace quizlet.com
@version 1.0.0
@description Display Quizlet flashcards with the Octophonics font.
@author Contextualist
==/UserStyle== */
@-moz-document domain("quizlet.com") {
@font-face {
font-family: 'OctoPhonics';
src: url('https://fastly.jsdelivr.net/gh/OctoPhonics/fondit-static/OctoPhonics.woff2') format('woff2');
font-display: block;
}
.FormattedText > div {
font-size: calc(42px + 11 * (100vmax - 1024px) / (2400 - 1024)) !important;
font-family: 'OctoPhonics', 'Helvetica';
font-feature-settings: "liga" on;
}
}