This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Advent Pro | |
| Afacad | |
| Albert Sans | |
| Alegreya | |
| Aleo | |
| Alumni Sans | |
| Alumni Sans SC | |
| Ancizar Sans | |
| Ancizar Serif | |
| Andada Pro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Border, Overflow and Outline Demos</title> | |
| <style> | |
| body { | |
| background: #ddd; | |
| color: white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Text Width Demo</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| font-size: 16px; |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 10.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| family,subsets_count,subsets | |
| "Google Sans Code",11,"adlam; canadian-aboriginal; cherokee; latin; latin-ext; math; old-permic; symbols; symbols2; syriac; vietnamese" | |
| "Open Sans",10,"cyrillic; cyrillic-ext; greek; greek-ext; hebrew; latin; latin-ext; math; symbols; vietnamese" | |
| "Cascadia Mono",10,"arabic; braille; cyrillic; cyrillic-ext; greek; hebrew; latin; latin-ext; symbols2; vietnamese" | |
| "Cascadia Code",10,"arabic; braille; cyrillic; cyrillic-ext; greek; hebrew; latin; latin-ext; symbols2; vietnamese" | |
| "Roboto",9,"cyrillic; cyrillic-ext; greek; greek-ext; latin; latin-ext; math; symbols; vietnamese" | |
| "M PLUS Rounded 1c",9,"cyrillic; cyrillic-ext; greek; greek-ext; hebrew; japanese; latin; latin-ext; vietnamese" | |
| "M PLUS 1p",9,"cyrillic; cyrillic-ext; greek; greek-ext; hebrew; japanese; latin; latin-ext; vietnamese" | |
| "LXGW WenKai TC",9,"chinese-traditional; cyrillic; cyrillic-ext; greek; greek-ext; latin; latin-ext; lisu; vietnamese" | |
| "LXGW WenKai Mono TC",9,"chinese-traditional; cyrillic; cyrillic-ext; greek; gre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Roboto Flex Variable Font Analysis | |
| ================================== | |
| Total number of variation axes: 13 | |
| Raw tag analysis (numeric -> 4-char tag): | |
| 1869640570 -> 'opsz' | |
| 2003265652 -> 'wght' | |
| 1196572996 -> 'GRAD' | |
| 2003072104 -> 'wdth' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Top 100 Smallest Font Files in Google Fonts Repository | |
| ============================================================ | |
| Rank | Size (bytes) | Size (KB) | File Path | |
| -------------------------------------------------------------------------------- | |
| 1 | 14800 | 14.5 | fonts/ofl/librebarcode39/LibreBarcode39-Regular.ttf | |
| 2 | 15920 | 15.5 | fonts/ofl/redacted/Redacted-Regular.ttf | |
| 3 | 17396 | 17.0 | fonts/ofl/librebarcode39extended/LibreBarcode39Extended-Regular.ttf | |
| 4 | 19072 | 18.6 | fonts/ofl/squadaone/SquadaOne-Regular.ttf | |
| 5 | 19596 | 19.1 | fonts/ofl/allerta/Allerta-Regular.ttf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Scheduler with performance.now()</title> | |
| </head> | |
| <body> | |
| <h1>Running units of work per frame…</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>rAF Hz Test</title> | |
| </head> | |
| <body> | |
| <h1>Estimated Refresh Rate: <span id="hz">Calculating...</span></h1> |