mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 19:57:57 +00:00
10 lines
408 B
SCSS
10 lines
408 B
SCSS
$latin-modern-math: "./fonts/latinmodern-math/latinmodern-math.min";
|
|
|
|
@font-face {
|
|
font-family: "Latin Modern Math";
|
|
src: url($latin-modern-math + ".otf") format("otf"),
|
|
url($latin-modern-math + ".ttf") format("truetype"),
|
|
url($latin-modern-math + ".eot") format("embedded-opentype"),
|
|
url($latin-modern-math + ".svg") format("svg"),
|
|
url($latin-modern-math + ".woff") format("woff");
|
|
} |