removed 'local' from font-face to fix issues on Firefox on Linux
This commit is contained in:
parent
038bb5e641
commit
315d32dfea
18
style.css
18
style.css
@ -11,21 +11,19 @@ Written by Jacob Haddon https://jacobhaddon.com
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "lora";
|
font-family: "lora";
|
||||||
src: local("Lora"),
|
src: url("fonts/Lora/webfonts/Lora-Regular.woff2") format('woff2'),
|
||||||
url("fonts/Lora/webfonts/Lora-Regular.woff2") format('woff2'),
|
|
||||||
url("fonts/Lora/variable/Lora-VariableFont_wght.ttf") format('truetype');
|
url("fonts/Lora/variable/Lora-VariableFont_wght.ttf") format('truetype');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "lora";
|
font-family: "lora";
|
||||||
src: local("Lora"),
|
src: url("fonts/Lora/webfonts/Lora-Italic.woff2") format('woff2'),
|
||||||
url("fonts/Lora/webfonts/Lora-Italic.woff2") format('woff2'),
|
|
||||||
url("fonts/Lora/variable/Lora-Italic-VariableFont_wght.ttf")format('truetype');
|
url("fonts/Lora/variable/Lora-Italic-VariableFont_wght.ttf")format('truetype');
|
||||||
font-weight: normal;
|
font-style: italic;
|
||||||
font-style: italic;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user