isolation - CSS: Cascading Style Sheets | MDN (book)https://developer.mozilla.org/en-US/docs/Web/CSS/isolation
The isolation CSS property determines whether an element must create a new stacking context.
Créer un favicon adaptatif | Articles | web.devhttps://web.dev/articles/building/an-adaptive-favicon?hl=fr
Présentation des principes de base de la création d'un favicon adaptatif.
Inventaire anachroniquehttp://ktakafka.free.fr/inventaire-ana.html
Kepla de Ktahttp://ktakafka.free.fr/tamponIGC/tampon.html
Comment démonter pare-chocs avant et arrière Peugeot Partner Tepee (après 2009)https://remont-bampera.com/fr/peugeot-partner-tepee-citroen-berlingo-b9
Note: Maintenance audiohttps://liens.rolandtisserand.fr/shaare/q7lSMA
Work– Raubdruckerin | Original Manhole Cover Printshttps://raubdruckerin.de/pages/projects
DevTools Tipshttps://devtoolstips.org/
Discover helpful cross-browser DevTools tips and tricks
Standards Manualhttps://standardsmanual.com/
A New York based publisher focused on archiving and preserving artifacts of design history to make them available for future generations.
dezoomify-rs | Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and othershttps://dezoomify-rs.ophir.dev/
Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
List of recommanded VPNshttps://www.reddit.com/r/VPNTorrents/comments/rikthc/list_of_recommended_vpns_2022/
Erkin Karamemet — Roumald Monohttps://erkinkaramemet.com/roumald-mono/
Google Fonts + 한국어 • Google Fonts + Koreanhttps://googlefonts.github.io/korean/
Typefaces | CLThttps://www.collletttivo.it/typefaces
Note: Double dasheshttps://superuser.com/questions/555628/how-to-stop-mac-to-convert-typing-double-dash-to-emdash
In earlier versions of Mac OS X, there were two separate options for smart quotes and smart dashes in the Keyboard System Preferences; however in at least versions 10.9 through 10.11, that option has been replaced by a single "Use smart quotes and dashes" preference.
Fortunately, there are still two separate preferences under the hood, and the UI checkbox toggles both of them simultaneously. You can enable or disable just one of smart quotes or smart dashes from the terminal:
# Disable just smart dashes
defaults write -g NSAutomaticDashSubstitutionEnabled 0
# Disable just smart quotes
defaults write -g NSAutomaticQuoteSubstitutionEnabled 0
# To re-enable, set either back to 1.
This is currently true as of OS X 10.11; this may change in future versions of OS X (or macOS, as it will now be called).
일상의실천https://everyday-practice.com/
일상의실천은 권준호, 김경철, 김어진이 운영하는 그래픽디자인 스튜디오입니다. 일상의실천은 오늘날 우리가 살아가는 현실에서 디자인이 어떤 역할을 해야 하며, 또한 무엇을 할 수 있는가를 고민하는 소규모 공동체입니다.
Projects — studio fnthttps://studiofnt.com/Projects
tabs2txt – Get this Extension for 🦊 Firefox (en-US)https://addons.mozilla.org/en-US/firefox/addon/tabs2txt/
Download tabs2txt for Firefox. This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The reverse operation is also supported (txt2tabs).
GitHub - ateliertriay/bricolage: Bricolage Grotesque is an expressive variable font with weight, width and optical size axishttps://github.com/ateliertriay/bricolage
Bricolage Grotesque is an expressive variable font with weight, width and optical size axis - GitHub - ateliertriay/bricolage: Bricolage Grotesque is an expressive variable font with weight, width and optical size axis
Variable Fonts - Google Fontshttps://fonts.google.com/variablefonts
Making the web more beautiful, fast, and open through great typography
La fabrique à souvenirshttps://ploum.net/2023-10-30-fabrique-a-souvenirs.html
La fabrique à souvenirs écrit par Ploum, Lionel Dricot, ingénieur, écrivain de science-fiction, développeur de logiciels libres.
Improve legibility and reduce layout shifts with x-height adjustments | Ctrl bloghttps://www.ctrl.blog/entry/font-size-adjust.html
The font-size CSS property sets the majuscule (“uppercase”) text size. The (font-)size-adjust property can set the minuscule (“lowercase”) size independently.
How to Animate on Scroll With Vanilla JavaScripthttps://codepen.io/tutsplus/pen/QWGYKMN
Open source – Variable Fontshttps://v-fonts.com/licenses/open-source
A listing of variable fonts that are Open source including design info, interactive samples and download links.
path.md · GitHubhttps://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7
The PATH
is an important concept when working on the command line. It's a list
of directories that tell your operating system where to look for programs, so
that you can just write script
instead of /home/me/bin/script
or
C:\Users\Me\bin\script
. But different operating systems have different ways to
add a new directory to it:
Windows
- The first step depends which version of Windows you're using:
- If you're using Windows 8 or 10, press the Windows key, then search for and
select "System (Control Panel)". - If you're using Windows 7, right click the "Computer" icon on the desktop
and click "Properties".
- If you're using Windows 8 or 10, press the Windows key, then search for and
- Click "Advanced system settings".
- Click "Environment Variables".
- Under "System Variables", find the
PATH
variable, select it, and click
"Edit". If there is noPATH
variable, click "New". - Add your directory to the beginning of the variable value followed by
;
(a
semicolon). For example, if the value wasC:\Windows\System32
, change it to
C:\Users\Me\bin;C:\Windows\System32
. - Click "OK".
- Restart your terminal.
Mac OS X
- Open the
.bash_profile
file in your home directory (for example,
/Users/your-user-name/.bash_profile
) in a text editor. - Add
export PATH="your-dir:$PATH"
to the last line of the file, where
your-dir is the directory you want to add. - Save the
.bash_profile
file. - Restart your terminal.
Linux
- Open the
.bashrc
file in your home directory (for example,
/home/your-user-name/.bashrc
) in a text editor. - Add
export PATH="your-dir:$PATH"
to the last line of the file, where
your-dir is the directory you want to add. - Save the
.bashrc
file. - Restart your terminal.
GitHub - cbenning/fussel: A static photo gallery generatorhttps://github.com/cbenning/fussel
A static photo gallery generator. Contribute to cbenning/fussel development by creating an account on GitHub.