Categories

Frontend

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.

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.

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.