Skip to content

Commit

Permalink
font and build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroelin authored and mfroelin committed Dec 9, 2022
1 parent 2881e6f commit c58d7d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions _sass/_06_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ mark {

@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/iconfont.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/iconfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/iconfont.svg#svgFontName') format('svg'); /* Legacy iOS */
src: url('/assets/fonts/iconfont.eot'); /* IE9 Compat Modes */
src: url('/assets/fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/assets/fonts/iconfont.woff') format('woff'), /* Pretty Modern Browsers */
url('/assets/fonts/iconfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('/assets/fonts/iconfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.iconfont { font-family: iconfont; }
Expand Down
2 changes: 1 addition & 1 deletion blog/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: "Blog Archive"
teaser: "Check out all blog posts in the blog archive. Click on a headline to read the teaser."
breadcrumb: true
header: no
header: no
permalink: "blog/archive/"
---
<div id="blog-index" class="row">
Expand Down
3 changes: 2 additions & 1 deletion pages/home.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

title: "Quantitative analysis of muscle, nerve and cardiac MRI data"
layout: frontpage
permalink: /
Expand All @@ -15,7 +16,7 @@ widget2:
title: "Simulation & Validation"
url: /tool/
image: front-simulation.png
text: QMRITools conatains functions for the simulation of diffusion, dixon, EPG T2 mapping and spectroscopy data.'
text: 'QMRITools conatains functions for the simulation of diffusion, dixon, EPG T2 mapping and spectroscopy data.'

widget3:
title: "Demo & Documentation"
Expand Down

0 comments on commit c58d7d8

Please sign in to comment.