mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-02 02:25:03 +03:00
4a2f49d34b
Ensure text remains visible during webfont load
17 lines
380 B
CSS
17 lines
380 B
CSS
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Fira Code';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Fira Code';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
|
font-display: swap;
|
|
}
|