diff --git a/src/components/Article.vue b/src/components/Article.vue
index af37e3bef97d491b6e570bf14a9cf0fb981513a1..f73feba4fac4632897aecdc3709e72735441c7b3 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -162,7 +162,6 @@ section.etymology li:not(:first-child):not(:last-child):before, section.pronunci
 
 section.etymology li:not(:first-child):last-child:before, section.pronunciation li:not(:first-child):last-child:before {
   content: " eller ";
-  font-style: italic;
   font-size: smaller;
 }
 
diff --git a/src/components/DefElement.vue b/src/components/DefElement.vue
index 213b53831bffb517caeb55da1fdabefa2058d060..aeac9cf962de47a023d8fd5b0463f3456de432d3 100644
--- a/src/components/DefElement.vue
+++ b/src/components/DefElement.vue
@@ -98,7 +98,6 @@ export default {
 }
 
 .pronunciation_guide {
-  font-style: italic;
   font-size: smaller;
 }