]> git.ipfire.org Git - ipfire.org.git/blame - src/sass/_fonts.sass
fonts: Provide Prompt in WOFF2 format as well
[ipfire.org.git] / src / sass / _fonts.sass
CommitLineData
549c804d 1$fonts-baseurl: "/static/fonts" !default
29da2ac2 2
616bd6a5 3/* latin-ext */
f7f975d1
MT
4@font-face
5 font-family: "Prompt"
6 font-style: normal
7 font-weight: 400
05ff715d 8 src: local("Prompt Regular"), local("Prompt-Regular"), url(#{$fonts-baseurl}/Prompt-Regular.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Regular.ttf) format("truetype")
f7f975d1 9 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
616bd6a5
MT
10
11/* latin */
f7f975d1
MT
12@font-face
13 font-family: "Prompt"
14 font-style: normal
15 font-weight: 400
05ff715d 16 src: local("Prompt Regular"), local("Prompt-Regular"), url(#{$fonts-baseurl}/Prompt-Regular.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Regular.ttf) format("truetype")
f7f975d1 17 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
616bd6a5 18
f650e552 19/* latin-ext */
f7f975d1
MT
20@font-face
21 font-family: 'Prompt'
22 font-style: normal
23 font-weight: 500
05ff715d 24 src: local('Prompt Medium'), local('Prompt-Medium'), url(#{$fonts-baseurl}/Prompt-Medium.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Medium.ttf) format("truetype")
f7f975d1 25 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
f650e552
MT
26
27/* latin */
f7f975d1
MT
28@font-face
29 font-family: 'Prompt'
30 font-style: normal
31 font-weight: 500
05ff715d 32 src: local('Prompt Medium'), local('Prompt-Medium'), url(#{$fonts-baseurl}/Prompt-Medium.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Medium.ttf) format("truetype")
f7f975d1 33 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
f650e552 34
616bd6a5 35/* latin-ext */
f7f975d1
MT
36@font-face
37 font-family: "Prompt"
38 font-style: normal
39 font-weight: 700
05ff715d 40 src: local("Prompt Bold"), local("Prompt-Bold"), url(#{$fonts-baseurl}/Prompt-Bold.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Bold.ttf) format("truetype")
f7f975d1 41 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
616bd6a5
MT
42
43/* latin */
f7f975d1
MT
44@font-face
45 font-family: "Prompt"
46 font-style: normal
47 font-weight: 700
05ff715d 48 src: local("Prompt Bold"), local("Prompt-Bold"), url(#{$fonts-baseurl}/Prompt-Bold.woff2) format("woff2"), url(#{$fonts-baseurl}/Prompt-Bold.ttf) format("truetype")
f7f975d1 49 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD