improve font compatibility
This commit is contained in:
parent
d098ad4d8b
commit
725b171989
6 changed files with 7 additions and 7 deletions
4
dist/index.html
vendored
4
dist/index.html
vendored
|
|
@ -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>,
|
||||
|
|
|
|||
2
dist/presentations/index.html
vendored
2
dist/presentations/index.html
vendored
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
2
dist/projects/index.html
vendored
2
dist/projects/index.html
vendored
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
2
dist/publications/index.html
vendored
2
dist/publications/index.html
vendored
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue