simple-note/assets/styles/fonts.css

31 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2024-02-14 04:18:46 +00:00
/*
----------
@font-face
----------
*/
2024-02-14 04:08:26 +00:00
@font-face {
font-display: swap;
font-family: Roboto;
font-style: normal;
font-weight: 400;
src: url("../fonts/roboto/roboto-400.eot");
src: url("../fonts/roboto/roboto-400.eot?#iefix") format("embedded-opentype"),
url("../fonts/roboto/roboto-400.woff2") format("woff2"),
url("../fonts/roboto/roboto-400.woff") format("woff"),
url("../fonts/roboto/roboto-400.ttf") format("truetype"),
url("../fonts/roboto/roboto-400.svg#Roboto") format("svg");
}
@font-face {
font-display: swap;
font-family: "Roboto Slab";
font-style: normal;
font-weight: 500;
src: url("../fonts/roboto-slab/roboto-slab-500");
src: url("../fonts/roboto-slab/roboto-slab-500?#iefix") format("embedded-opentype"),
url("../fonts/roboto-slab/roboto-slab-500.woff2") format("woff2"),
url("../fonts/roboto-slab/roboto-slab-500.woff") format("woff"),
url("../fonts/roboto-slab/roboto-slab-500.ttf") format("truetype"),
url("../fonts/roboto-slab/roboto-slab-500.svg#RobotoSlab") format("svg");
}