From 119e0d2a2ef74f23b10267aa9f146500531778d5 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:03:48 -0600 Subject: [PATCH] add fingerprint icon --- blog/posts/biometrics-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index 0dbfecefe..43f073580 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -18,7 +18,7 @@ Biometrics are a convenient and secure way to authenticate our devices. Many of One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably. (1) { .annotate } -1. It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467). +1. :material-fingerprint: It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467). There four main ways we accomplish this: optical sensors, capacitive sensors, ultrasonic sensors, and thermal sensors.