fix/pdf-icon-issue-34 #43

Merged
jorge merged 3 commits from fix/pdf-icon-issue-34 into develop 2021-11-19 16:12:56 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 36e1c59a9d - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -17,8 +17,8 @@ header nav {
}
/* https://fontawesome.com/v5.0/icons */
a[href$=".pdf"]:after {
/* https://fontawesome.com/v5.0/icons */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
@ -28,6 +28,7 @@ a[href$=".pdf"]:after {
line-height: 1;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: .5rem;
content: "\f1c1";
}