|
You are here |
css-irl.info | ||
| | | | |
fuzzylogic.me
|
|
| | | | | Subsetting fonts makes them quicker to download. Heres how I use glyphhanger to do it. | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | | | When using the font-face local() function to load fonts installed on a user's system, double-check that sure you're requesting the right font family. | |
| | | | |
bnijenhuis.nl
|
|
| | | | | Bernard Nijenhuis Front-end Developer Katwijk, The Netherlands Father of 3 kids Husband to 1 wife Owner of 2 cats | |
| | | | |
hjr265.me
|
|
| | | Docker has been providing a health check mechanism for quite some time. It is useful in identifying issues with programs that can fail in ways other than just outright crashing. And it is easy to set up. Docker health checks work periodically running a program within the container and observing its exit status. If it exits with a 0, the container is considered healthy. If it exits with a 1, the container is considered to be unhealthy. | ||