Posts tagged with "fonts"

There are a total of 3 posts.

Ubuntu 시스템에서 OTF 폰트를 웹용으로 활용하는 방법

Published 4월 07, 2025 by whitedec

Ubuntu에서 시스템에 설치된 OTF 폰트를 웹용 woff2 형식으로 변환하고 적용하는 전체 과정을 예제와 함께 설명합니다.

#fonts , #woff2 , #otf

TTF vs WOFF2: 웹 폰트 포맷 비교

Published 4월 07, 2025 by whitedec

TTF와 WOFF2의 차이점, 성능 비교, Ubuntu에서 변환 방법 및 자동화 스크립트를 설명하는 웹 폰트 가이드.

#fonts , #woff2 , #ttf

Django 웹 프로젝트에서 Poppins 및 sans-serif 폰트 안정적으로 적용하기

Published 4월 07, 2025 by whitedec

How to apply Google Poppins and system sans-serif fonts stably in Django with Docker, supporting CJK and local fallback strategy.

#django , #css , #fonts