improve font compatibility

This commit is contained in:
Yan Lin 2025-10-22 13:26:48 +02:00
parent d098ad4d8b
commit 725b171989
6 changed files with 7 additions and 7 deletions

4
dist/index.html vendored
View file

@ -36,7 +36,7 @@
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">Yan Lin's Homepage</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Liberation Sans', 'DejaVu Sans', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">Yan Lin's Homepage</div>
</div>
<div class="col-2 d-flex justify-content-end">
@ -102,7 +102,7 @@
<div class="col p-4 d-flex flex-column position-static">
<h3 class="fst-italic mb-3">Biography - Yan Lin</h3>
<p class="card-text mb-auto" style="font-size: calc(1.0rem + 0.1vw)">
I am currently a postdoctoral researcher in the Department of
I am currently an assistant professor in the Department of
Computer Science at Aalborg University, Denmark. I received my PhD and
Bachelor's degrees from Beijing Jiaotong University, China. My
research interests include <i>spatiotemporal data mining</i>,

View file

@ -37,7 +37,7 @@
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">Yan Lin's Presentations</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Liberation Sans', 'DejaVu Sans', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">Yan Lin's Presentations</div>
</div>
<div class="col-2 d-flex justify-content-end">

View file

@ -37,7 +37,7 @@
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">Yan Lin's Projects</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Liberation Sans', 'DejaVu Sans', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">Yan Lin's Projects</div>
</div>
<div class="col-2 d-flex justify-content-end">

View file

@ -37,7 +37,7 @@
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">Yan Lin's Publications</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Liberation Sans', 'DejaVu Sans', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">Yan Lin's Publications</div>
</div>
<div class="col-2 d-flex justify-content-end">

View file

@ -45,7 +45,7 @@
{% endblock %}
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Liberation Sans', 'DejaVu Sans', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
</div>
<div class="col-2 d-flex justify-content-end">
{% block header_right %}

View file

@ -10,7 +10,7 @@ block content %}
<div class="col p-4 d-flex flex-column position-static">
<h3 class="fst-italic mb-3">Biography - Yan Lin</h3>
<p class="card-text mb-auto" style="font-size: calc(1.0rem + 0.1vw)">
I am currently a postdoctoral researcher in the Department of
I am currently an assistant professor in the Department of
Computer Science at Aalborg University, Denmark. I received my PhD and
Bachelor's degrees from Beijing Jiaotong University, China. My
research interests include <i>spatiotemporal data mining</i>,