diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-14 17:41:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-14 17:41:24 -0500 |
commit | 555fb056cb29c76f5147c7ffa791ff7ebeb8010c (patch) | |
tree | 28965e0e5c2c2d26630b1caf8839f0e3f2de2628 /css | |
download | css3kokoro-555fb056cb29c76f5147c7ffa791ff7ebeb8010c.tar.lz css3kokoro-555fb056cb29c76f5147c7ffa791ff7ebeb8010c.tar.xz css3kokoro-555fb056cb29c76f5147c7ffa791ff7ebeb8010c.zip |
first commit
Diffstat (limited to 'css')
-rw-r--r-- | css/miniver.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/miniver.css b/css/miniver.css new file mode 100644 index 0000000..8c101a9 --- /dev/null +++ b/css/miniver.css @@ -0,0 +1,8 @@ +/* latin */ +@font-face { + font-family: 'Miniver'; + font-style: normal; + font-weight: 400; + src: local('Miniver'), url(../fonts/miniver.woff2) format('woff2'); + 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; +} |