Categories
Frontend
Apr 07, 2025
How to Utilize OTF Fonts from Ubuntu Systems for Web Use
This post describes the entire process of converting OTF fonts installed on Ubuntu to the web-compatible WOFF2 format, complete with examples.
Apr 07, 2025
TTF vs WOFF2: Comparison of Web Font Formats
A web font guide explaining the differences between TTF and WOFF2, performance comparisons, conversion methods on Ubuntu, and automation scripts.
Mar 20, 2025
How to Determine Browser Width in JavaScript and the Strange Experience I Had with Samsung Browser
Sharing my experiences testing various methods to determine browser width in JavaScript, and realizing the importance of `matchMedia` while solving the `window.innerWidth` issue encountered in the Samsung Browser.