Skip to content

Instantly share code, notes, and snippets.

View rahendz's full-sized avatar

Rahendra Putra K™ rahendz

View GitHub Profile
@rahendz
rahendz / ext.txt
Created July 24, 2018 11:09 — forked from chronon/ext.txt
List of docker-php-ext-install extension names
Possible values for ext-name:
bcmath
bz2
calendar
ctype
curl
dba
dom
enchant
@rahendz
rahendz / better-font-smoothing.css
Created April 12, 2018 15:41 — forked from hsleonis/better-font-smoothing.css
Better font smoothing in cross browser
html {
/* Adjust font size */
font-size: 100%;
-webkit-text-size-adjust: 100%;
/* Font varient */
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
/* Smoothing */
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;