1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

add example pages

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-09-13 02:40:31 +05:30
parent 65fe4eb7a1
commit 5fd42929ae
7 changed files with 367 additions and 9 deletions
+6 -6
View File
@@ -943,18 +943,18 @@ q:before {
font-family: 'Share Tech Mono';
font-style: normal;
font-weight: 400;
src: url('fonts/share-tech-mono-v15-latin-regular.eot');
src: url('/website/fonts/share-tech-mono-v15-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('fonts/share-tech-mono-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
url('/website/fonts/share-tech-mono-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('fonts/share-tech-mono-v15-latin-regular.woff2') format('woff2'),
url('/website/fonts/share-tech-mono-v15-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('fonts/share-tech-mono-v15-latin-regular.woff') format('woff'),
url('/website/fonts/share-tech-mono-v15-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('fonts/share-tech-mono-v15-latin-regular.ttf') format('truetype'),
url('/website/fonts/share-tech-mono-v15-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('fonts/share-tech-mono-v15-latin-regular.svg#ShareTechMono') format('svg');
url('/website/fonts/share-tech-mono-v15-latin-regular.svg#ShareTechMono') format('svg');
/* Legacy iOS */
}